D
David Cox
I saw a suggestion to use the w3c validator on this forum.
http://validator.w3.org/
As a complete novice to web programming I am trying to learn by example as
well as by theorey, so I tried it on on a website that I am very familiar
with. It is clear the website is not compatible.
1.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2.. <html xmlns="http://www.w3.org/1999/xhtml"><head>
3.. <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
4.. <meta http-equiv="Content-Style-Type" content="text/css" />
Is the validator relevant to this specification?
I got a list of errors. The first one I cannot see the problem gives the
message:
Line 189, Column 191: end tag for "div" omitted, but OMITTAG NO was
specified .
..net">Joomla Templates</a></div></body>?
source:
<div class="right"><a href="http://www.joomlashack.com" title="Joomla
Themes">Joomla Templates by JoomlaShack</a> <a
href="http://www.compassdesigns.net">Joomla Templates</a></div></body>
What should it be?
David F. Cox
http://validator.w3.org/
As a complete novice to web programming I am trying to learn by example as
well as by theorey, so I tried it on on a website that I am very familiar
with. It is clear the website is not compatible.
1.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2.. <html xmlns="http://www.w3.org/1999/xhtml"><head>
3.. <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
4.. <meta http-equiv="Content-Style-Type" content="text/css" />
Is the validator relevant to this specification?
I got a list of errors. The first one I cannot see the problem gives the
message:
Line 189, Column 191: end tag for "div" omitted, but OMITTAG NO was
specified .
..net">Joomla Templates</a></div></body>?
source:
<div class="right"><a href="http://www.joomlashack.com" title="Joomla
Themes">Joomla Templates by JoomlaShack</a> <a
href="http://www.compassdesigns.net">Joomla Templates</a></div></body>
What should it be?
David F. Cox