[thelist] DOCTYPE bug

lon.kraemer lwkraemer at directvinternet.com
Fri Jul 12 19:39:00 CDT 2002


> <div align="center">
> <table>
> <tr>
> <td><div align="left">foo</div></td>
> </tr>
> </table>
> </div>
>
> I had isolated this and tested it separate from my design to discover
this.
> I'm not entirely sure why IE6 does this. Now I tend to put the forced
<div
> align="left"> to guaranteed what were assumed defaults previously -
well,
> because I care about designing for all browsers, not just IE and
because I
> have to follow section 508 for my government job.

Much easier:

<style>
td {text-align:left;}
</style>

--
Lon Kraemer
-----------------------------------------




More information about the thelist mailing list