Forum Moderators: open
Pages are <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
For the page <snip> I get 10 errors that reference tags not allowed or not closed but they are closed and should be allowed I believe.
For the page <snip>/Templates/2007WeeklyNFLPages.dwt.php which has the same code for the header section of the page it comes back as valid at W3C.org checker.
So, what's wrong with the page?
And does it matter. I'd like to have compliant code but is it vital? And should I be using this doctype?
Thanks in advance!
[edited by: encyclo at 4:16 pm (utc) on July 9, 2007]
[edit reason] See Guide to Posting Code [webmasterworld.com] [/edit]
Thanks, but looking at the code on the W3C results page it shows the close tags being there....
In an effort to not post URLs I won't show the example but if you view my URL at W3C.org and show code you'll see that the so called missing tags are there....
Thanks
Here is the line 24 error
# Error Line 24, column 86: end tag for "a" omitted, but OMITTAG NO was specified .
...ll-picks.php">Football Picks</a></div>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
✉
# Info Line 23, column 17: start tag was here .
<div class="nav"><a href="......example.com/free-football-picks.php"><i
Here is line 24 from my source code (sorry about the URL but I see no choice):
<a href="......example.com/free-football-picks.php">Football Picks</a></div>
The </a> tag IS there, isn't it? Is it in the wrong place?
Thanks
[edited by: jatar_k at 4:51 pm (utc) on July 9, 2007]
[edit reason] please use example.com [/edit]