> Check your source in Netscape - sounds like there's a table > layout problem > > IE is very forgiving, NS is very anal >From what I remember, if you omit a closing table row or cell tag, </TD> or </TR>, the HTML specs say that opening the next <TR> or <TD> tag implies the closing of the preceding one. If you forget to close it, the browser *shouldn't* choke. In this instance, I don't think Netscape is being anal - it's just not adhering to the specs. Mind you, this is just hearsay (or should that be heresy ;-) from one of the HTML Writer's Guild mailing lists - I couldn't read the specs themselves if my life depended on it. -- Aidan Whitehall <[EMAIL PROTECTED]> Netshopper UK Ltd Advanced Web Solutions & Services http://www.netshopperuk.com/ Telephone +44 (01744) 648650 Fax +44 (01744) 648651 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

