|
Posted by richard on July 3, 2009, 12:07 pm
Please log in for more thread options
On Fri, 3 Jul 2009 08:30:26 -0700 (PDT), Michael Yardley
show/hide quoted text
>Is this the fault of the web designer?Who has to fix them? The orginal
>web designer,The SEO consultant or the SEO company?Why so many errors
>but the sites rank and seem to work fine?
>http://validator.w3.org/
>Bank
>http://www.tdcanadatrust.com/Errors found while checking this document
>as HTML 4.01 Transitional!
>23 Errors, 21 warning(s)
>SEo Company
>http://www.emarketing101.ca/ Errors found while checking this document
>as XHTML 1.0 Transitional!
>130 Errors, 4 warning(s)
>Client site.(broke student)
>http://www.tlcminerals.com
>Errors found while checking this document as HTML 4.01 Transitional!
>20 Errors, 3 warning(s)
Most of the errors listed are self explanatory. Most of what I saw on
the emarketing site consists mainly of "br" tag errors. I believe the
show/hide quoted text
proper tag should be <br />.
Avoid using caps for attributes. Most mistakes are made by people
show/hide quoted text
thinking all attributes apply to all tags. This is not true. e.g. <br>
does not have height nor width nor color.
There is no known attribute of absmiddle. Because you see it being
used in one document does not make it proper in the document you want
to create. Learn what the attributes are for that document.
Correct the errors as suggested and you should validate. Also you may
want to use a space after semicolon. Then, use a seperate css page and
link to it rather than having the css inline on the page.
|
>web designer,The SEO consultant or the SEO company?Why so many errors
>but the sites rank and seem to work fine?
>http://validator.w3.org/
>Bank
>http://www.tdcanadatrust.com/Errors found while checking this document
>as HTML 4.01 Transitional!
>23 Errors, 21 warning(s)
>SEo Company
>http://www.emarketing101.ca/ Errors found while checking this document
>as XHTML 1.0 Transitional!
>130 Errors, 4 warning(s)
>Client site.(broke student)
>http://www.tlcminerals.com
>Errors found while checking this document as HTML 4.01 Transitional!
>20 Errors, 3 warning(s)