Has anyone else noticed that in IE 6 table cells no longer default to align=left? If you don't specify the horizontal alignment it takes on the property of whatever block of code it's in. If the table is in div align=center, the cells are centered. If the table is nested in another table, all unspecified cells take on the alignment of the parent cell.
Example 1: <div align="center"> <table border="1" width="500" cellspacing="0" cellpadding="2"> <tr> <td>This text should justify Left, but it doesn't. It's Centered.</td> </tr> </table> </div> Example 2: <table border="1" width="520" cellspacing="0" cellpadding="10"> <tr> <td align=right> <table border="1" width="500" cellspacing="0" cellpadding="2"> <tr> <td>This text should align Left, but it doesn't. It's aligned Right.</td> </tr> </table> </td> </tr> </table> I now have a zillion broken websites. I guess I'm not the only one. Microsoft's own website DOES NOT WORK IN IE6. Images don't load and javascript errors everywhere. Everyone in that so called company from Billy Gate$ on down should be seriously flogged! -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

