In XHTML all tags MUST be closed. You've got so many nestings in there it's tough to debug.. which is one reason why I never use tables for layout anymore.
I think this is your problem:
Quote:
<td width="100%" height="13" valign="top" bgcolor="#DDDDDD"><table width="100%" border="0" align="left" cellpadding="2" cellspacing="1" bgcolor="#FBFEFF" class="content">
<tr>
|
You're opening another table row INSIDE the TD.. that's a no-no. Close that TD first, then your TR and I bet your validation error goes away. This is at "diamond security service" in the page.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
Last edited by LadynRed : 05-23-2006 at 06:26 PM.
|