Page 1 of 1

[Solved] My site does not validate. Why?

Posted: Sat May 16, 2009 9:35 pm
by replytomk3
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 .

Re: My site does not validate. Why?

Posted: Sat May 16, 2009 11:31 pm
by Nullig
In the middle of your page you have:

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>
Some weird GCB?

Nullig

Re: My site does not validate. Why?

Posted: Tue May 19, 2009 7:35 am
by replytomk3
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.

Re: My site does not validate. Why?

Posted: Tue May 19, 2009 7:37 am
by replytomk3

Re: My site does not validate. Why?

Posted: Thu May 21, 2009 4:37 pm
by replytomk3
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.

Re: My site does not validate. Why?

Posted: Thu May 21, 2009 8:53 pm
by Nullig
If you look at the page source, you'll find this in the middle, right after your content:

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> 
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

Re: My site does not validate. Why?

Posted: Fri May 22, 2009 1:41 am
by replytomk3
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.