[thelist] table cells suddenly centering...

Jeana Clark jmclark at multiservice.com
Fri Aug 31 08:22:24 CDT 2001


Rudy -

Long story short.

If you don't declare the alignment for individual cells, it will take the
inherited cell of whatever table container its in. My guess is, you've got
an align="center" on a table or table cell that your other tables are inside
of.  A quick find and replace, or just adding align attributes to *all* of
your table cells quickly cleans up the problem.

I think its kinda a good idea.. going to the strict sense of HTML (xhtml).

YAY ITS FRIDAY.
-j

~*~*~*~*~*~*~*~*~

Jeana Clark
Metropolis Gameport Systems
http://www.Metropolis.com
8650 College Blvd.
Overland Park, KS 66210


> <>><><><><>
>
> can't remember where i heard that there was a solution for this...
>
> apparently in ie6 table cells no longer default their contents left,
> everything is centered
>
> i am not about to install ie6 (and that's a different thread) so i cannot
> test the workarounds myself
>
> anybody know the right way to restore things?
>
> i suppose the brute force way is to change <td> to <td align="left">?
>
> does TD { text-align: left } fix it?
>
> what about the doctype, any influence of "quirks" mode or whatever
> microsoft calls it?





More information about the thelist mailing list