Thu, 2005-04-07 17:03
I've tried and tried to get this test page to validate.
http://homepage.ntlworld.com/mike-sheppard/ > Initially I had 30 or more errors but have got it down to only 4. However, I cannot see any logic in the errors that remain. Any help gratefully received.
Thu, 2005-04-07 17:25
#1
Unable to validate site
There could be 2 problems as far as I can see, you forgot the closing tags after deleting some starting tags.
But my opinion, you forgot to give space in closing tags of xhtml.
Change to < /div> instead of </div>.
Take care...
Thu, 2005-04-07 18:13
#2
Unable to validate site
Why are you closing opening tags ?
<div id="someid"/>
Hugo.
Thu, 2005-04-07 22:17
#3
Unable to validate site
I remember <div> tags have to be closed < /div> in this way Hugo, it is not in the category of single starting and ending tags.
Sat, 2005-04-09 21:48
#4
Unable to validate site
Thank you guys, much has been learned.