HighDots Forums  

W3C Markup Validation

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss W3C Markup Validation in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Falofal
 
Posts: n/a

Default W3C Markup Validation - 03-28-2009 , 12:12 AM






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/

Thank you,

Falofal

Reply With Quote
  #2  
Old   
DWFAQ.info
 
Posts: n/a

Default Re: W3C Markup Validation - 03-28-2009 , 12:24 AM






declare character encoding for your site.

Reply With Quote
  #3  
Old   
Mark A. Boyd
 
Posts: n/a

Default Re: W3C Markup Validation - 03-28-2009 , 08:43 AM



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'


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.