Are you on drugs or something these are all valid options... Example 1: This is perfectly normal, try <div align="center">Test</div> anything between these tags will be centered.
Example 2: The table should take on the properties of the cell, the same if it was just text you would expect that to be centered as well. -----Original Message----- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Monday, 18 February 2002 11:24 PM To: CF-Talk Subject: OT - Freaking IE 6 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/ ______________________________________________________________________ Get Your Own Dedicated Windows 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=coldfusionb 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

