My site does not validate. Why?
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Fmkrd.info%2F
http://validator.w3.org/check?uri=http%3A%2F%2Fmkrd.info%2F&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.654
I have been starting at this for some time, but I have no idea what it wants from me. I have compared the source to cmsmadesimple.org and I do not see any difference with things like DOCTYPE and .
[Solved] My site does not validate. Why?
-
replytomk3
[Solved] My site does not validate. Why?
Last edited by replytomk3 on Fri May 22, 2009 2:05 am, edited 1 time in total.
Re: My site does not validate. Why?
In the middle of your page you have:
Some weird GCB?
Nullig
Code: Select all
<h2>Home</h2>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
<title>Untitled document</title>
</head>
</__body>
<p>Hello and welcome to MKRD.info</p>
Nullig
-
replytomk3
Re: My site does not validate. Why?
No, that page should not have anything other than text and links (ignore the ampersand errors for now). I have just copied the contents of the tinyMCE, went into HTML, deleted everything, back into WYSIWUG, paste in just text. So all errors are either tinyMCE or CMSMS's fault, not mine.
-
replytomk3
Re: My site does not validate. Why?
To ignore ampersand errors (some other time), try another page like http://validator.w3.org/check?uri=http%3A%2F%2Fmkrd.info%2Fsoftware-discussions.html&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.654
what problem does it have with DOCTYPE???
what problem does it have with DOCTYPE???
-
replytomk3
Re: My site does not validate. Why?
Anyone? I am basically having three errors for all pages, even blank. This is a new blank page test: http://htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Fmkrd.info%2Ftest.html&warnings=yes for page http://mkrd.info/test.html.
Need help.
Need help.
Re: My site does not validate. Why?
If you look at the page source, you'll find this in the middle, right after your content:
Perhaps if you post your page template, we could see the problem. There may be something after the {content} tag that is causing this.
Nullig
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
<title>Untitled document</title>
</head>
</__body>
Test.
<__body>
</__html>
Nullig
-
replytomk3
Re: My site does not validate. Why?
This is finally almost over. I have installed a "fullpage" module for tinyMCE. It inserts its own metadata for every page that you edit with the editor. Only one problem left with "Enter Search...: ..." http://htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Fmkrd.info%2Ftest.html&warnings=yes
"Enter Search..." Should be INSIDE the search box, not outside. How did it get there?
It's over. I have reinstalled Search module. Thanks to Nullig.
"Enter Search..." Should be INSIDE the search box, not outside. How did it get there?
It's over. I have reinstalled Search module. Thanks to Nullig.
Last edited by replytomk3 on Fri May 22, 2009 2:04 am, edited 1 time in total.

