Page 1 of 1

Validation w/ Strict Doctype

Posted: Thu Mar 01, 2007 11:02 pm
by mrk
Hey i have my site validating with the strict doc type except for one lil thing.

The "base href" for the pretty urls is causing it to break.

right now it reads as:

Code: Select all

<base href="http://website.com/" />
and it needs to be:

Code: Select all

<base href="http://website.com/">
note the space and slash before end bracket.

i know this is just a minor difference but valid pages are important to me.

can some one tell me where i can go to make this one minor change.

Thanks in advance
~m

Re: Validation w/ Strict Doctype

Posted: Fri Mar 02, 2007 5:24 am
by cyberman
mrk wrote: right now it reads as:

Code: Select all

<base href="http://website.com/" />
CMSms is an xhtml CMS via default and so that is the right solution cause base has not closing tag.

Re: Validation w/ Strict Doctype

Posted: Fri Mar 02, 2007 5:00 pm
by mrk
ok so i switched the doctype to xhtml strict and the search form does not validate thoughts?

Re: Validation w/ Strict Doctype

Posted: Fri Mar 02, 2007 6:33 pm
by cyberman

Re: Validation w/ Strict Doctype

Posted: Fri Mar 02, 2007 6:43 pm
by mrk
so in a nut shell it just wont validate. thats cool i appreciate you comments cyberman.

Re: Validation w/ Strict Doctype

Posted: Fri Mar 02, 2007 7:20 pm
by cyberman
mrk wrote: so in a nut shell it just wont validate.
Can you post "error" message ?

Re: Validation w/ Strict Doctype

Posted: Mon Mar 05, 2007 5:58 pm
by mrk
ErrorĀ  Line 28 column 36: there is no attribute "name".

Code: Select all

<form id="cntnt01moduleform_1" name="cntnt01moduleform_1" method="get" action="i...

Re: Validation w/ Strict Doctype

Posted: Tue Mar 06, 2007 6:11 am
by cyberman
As it said attribute name is not xhtml valid so you have to change someone in modules source for $startform ...