Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS text position is not correct Re: text position is not correct

#104651
Senff
Participant

Your table cells aren’t actaully 156 pixels wide. The table doesn’t have a width assigned to it, so if you give it a width of 624 pixels, then that should fix it.

There’s a few other things wrong with it (the width of a cell shouldn’t be in “px” but just the number like width="159", there’s a load of semicolons everywhere that shouldn’t be there, things like that) but I’m not sure if that would have helped.