XHTML Help Needed...desperately

Started by Simon October 5th, 2004 3:53 PM
  • 382 views
  • 1 replies
Male
Seen August 4th, 2015
Posted December 11th, 2009
9,405 posts
19.1 Years
Okay, here's whaty I get when I try to validate my page to XHTML 1.1 Strict.

Line 53, column 31: there is no attribute "align"

<td colspan="3"><div align="center"><a href="index.php?=home"><img src="Bann
So then I change "align="center" to "frame="center".

Line 53, column 31: value of attribute "frame" cannot be "center"; must be one of "void", "above", "below", "hsides", "lhs", "rhs", "vsides", "box", "border"
The values make no sense to me. I tried "box" and it works but it makes my page go off center. Anyone know a valid code for centering this? I don't even think <frame> is the correct one...

That error with the "align" thing makes up about 50 of the 485 errors on my page. The rest are just no end tags for <br> and <img> tags and other things I can fix just by adding < /> to it...