Falofal posted in macromedia.dreamweaver
Quote:
Can someone please help me understand what it is I need to fix in
order for my site to be W3C compliant?http://validator.w3.org/ My
site is http://www.sourcelake.ca/test8/ |
I see you've produced valid XHTML (why XHTML?). You'll also want to use
their CSS validator at http://jigsaw.w3.org/css-validator/
Change:
font: "Times New Roman", Times, serif;
to:
font-family: "Times New Roman", Times, serif;
Change:
ssssbackground-color: #333;
to:
background-color: #333;
I don't know what to make of the errors in ul.MenuBarVertical iframe in
SpryMenuBarVertical.css. They seem to be an IE hack without actually
targeting IE in the CSS. You might be able to ignore them.
--
Mark A. Boyd
Keep-On-Learnin'