| | |
Would anyone like to review my site?
I would like people to check out my Muay Thai MMA site in my sig and offer any reviews or suggestions for improvement based on layout, design, content or SEO. I appreciate all suggestions and assistance. Thanks.
Dan
Dan
0
The html your site serves fails validation
the link provided to W3C html validator shows each failure and shows the line that it is in, so you can repair it
valid html generally operates the same in browsers,
invalid html throws browsers into quirks mode, quirks mode may be hugely different in each browser, the site may not function at all.
the explanations are simple. 'Document type does not allow *xxxx* here'. with a line and character number
fix it is pretty easy, you cant just put in a xhtml doctype and do nothing else
the link provided to W3C html validator shows each failure and shows the line that it is in, so you can repair it
valid html generally operates the same in browsers,
invalid html throws browsers into quirks mode, quirks mode may be hugely different in each browser, the site may not function at all.
the explanations are simple. 'Document type does not allow *xxxx* here'. with a line and character number
fix it is pretty easy, you cant just put in a xhtml doctype and do nothing else
0
Yeah, but what confused me was the suggestions that it made. Basically at the end of every line of code, it said the > was not vaild. You can't have code without closing it with a > otherwise, it will simply be a line of text.
If I understood the suggestions I would change them, but those suggestions from that site made no sense. Can you take a look at it and see if it makes sense to you?
If I understood the suggestions I would change them, but those suggestions from that site made no sense. Can you take a look at it and see if it makes sense to you?
0
Very first one
you have chosen a xhtml doctype and you have placed
xhtml is very strict, everything after the <a> in the head is screwed up,
even in the validator,
because its trying to interpret wrong html as quirks
fix them in order, then click the revalidate button
because each error effects everything below it in the page.
one fix might remove a dozen or more subsequent errors, the second error -> 12th error <br> does not exist in xhtml
<br /> is a self closed element
any <element> that in html exist alone without a matching </element>
in xhtml self close
<area /> <base /> <basefont /> <br /> <hr /> <input /> <img /> <link /> <meta />
you have chosen a xhtml doctype and you have placed
<a name="1826138946"></a> in the <head>, <a> cannot exist in the head,xhtml is very strict, everything after the <a> in the head is screwed up,
even in the validator,
because its trying to interpret wrong html as quirks
fix them in order, then click the revalidate button
because each error effects everything below it in the page.
one fix might remove a dozen or more subsequent errors, the second error -> 12th error
Line 12, Column 7: document type does not allow element "title" hereare because the prior wrong <a> anchor closed the </head> and these elements can only exist in the head in xhtml
<title>Dan's Muay Thai MMA.com Traveling The World Training Martial Arts.</tit…
•
•
•
•
Originally Posted by w3c validator
Line 1401, Column 136: end tag for "br" omitted, but OMITTAG NO was specified
…06/jaco-small.jpg"></a></center><…✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 1401, Column 131: start tag was here
…2009/06/jaco-small.jpg"></a></center><br>
<br /> is a self closed element
any <element> that in html exist alone without a matching </element>
in xhtml self close
<area /> <base /> <basefont /> <br /> <hr /> <input /> <img /> <link /> <meta />
Last edited by almostbob; Jun 30th, 2009 at 11:15 pm.
0
•
•
•
•
Very first one
you have chosen a xhtml doctype and you have placed<a name="1826138946"></a>in the <head>, <a> cannot exist in the head,
xhtml is very strict, everything after the <a> in the head is screwed up,
even in the validator,
because its trying to interpret wrong html as quirks
fix them in order, then click the revalidate button
because each error effects everything below it in the page.
one fix might remove a dozen or more subsequent errors, the second error -> 12th errorLine 12, Column 7: document type does not allow element "title" hereare because the prior wrong <a> anchor closed the </head> and these elements can only exist in the head in xhtml<br> does not exist in xhtml
<title>Dan's Muay Thai MMA.com Traveling The World Training Martial Arts.</tit…
<br /> is a self closed element
any <element> that in html exist alone without a matching </element>
in xhtml self close
<area /> <base /> <basefont /> <br /> <hr /> <input /> <img /> <link /> <meta />
I will try to fix this one first and then revalidate. I must have it in the head because it is a validation for a RSS feed automator that austomatically updates from my blogs (similar to mybloglog.com)
Perhaps if I move that to the bottom of the head, all the other errors will come off.
Similar Threads
- Could you please review my site http://www.funhouse-xs.com (Website Reviews)
- Please Review My Site (Website Reviews)
- review my site (Geeks' Lounge)
- Review my site PLEASE!!! (Website Reviews)
- Review site www.ridesign1.co.nr (Website Reviews)
- Review This Site: http://www.inforally.sibiul.ro (Website Reviews)
- please review my site www.brokehorses.com (Website Reviews)
| Thread Tools | Search this Thread |
ad adult affiliate audio blog blogreview buy casino casmobi cloud community company computer conference content crm cron datingonline design directory download earn ecommerce egg engine etiquettetraining finance flash forensic furniture game hacking havocarcade hiztoria hot image internet internet-marketing javascript.cms job jygame kjots.com management mobile money monitoring news nysilly odurinde.co.uk onecare onlinecronjob onlineediting onlinesportdating optimize photoshop pinky player poll popular portal portfolio printing programs proofreading rails rank rate review rpg rss science screen search searchengine sell shopping socusoftwebvideoplayer solar space studio taining tips tournament travel tutorial veoh video videos voip web webapplication webmaster webmastertools website websitereviews webvideoplayer whitepassandyukonrouterailroad worldnews writingservices youtube



