- 9,405
- Posts
- 21
- Years
- Seen Aug 4, 2015
Okay, here's whaty I get when I try to validate my page to XHTML 1.1 Strict.
So then I change "align="center" to "frame="center".
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...
Code:
Line 53, column 31: there is no attribute "align"
<td colspan="3"><div align="center"><a href="index.php?=home"><img src="Bann
Code:
Line 53, column 31: value of attribute "frame" cannot be "center"; must be one of "void", "above", "below", "hsides", "lhs", "rhs", "vsides", "box", "border"
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...
Last edited: