Validation w/ Strict Doctype

Discuss, ask and suggest about Usability and Accessability with CMS Made Simple
Locked
mrk

Validation w/ Strict Doctype

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

Re: Validation w/ Strict Doctype

Post 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.
mrk

Re: Validation w/ Strict Doctype

Post by mrk »

ok so i switched the doctype to xhtml strict and the search form does not validate thoughts?
cyberman

Re: Validation w/ Strict Doctype

Post by cyberman »

mrk

Re: Validation w/ Strict Doctype

Post by mrk »

so in a nut shell it just wont validate. thats cool i appreciate you comments cyberman.
cyberman

Re: Validation w/ Strict Doctype

Post by cyberman »

mrk wrote: so in a nut shell it just wont validate.
Can you post "error" message ?
mrk

Re: Validation w/ Strict Doctype

Post 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...
cyberman

Re: Validation w/ Strict Doctype

Post by cyberman »

As it said attribute name is not xhtml valid so you have to change someone in modules source for $startform ...
Locked

Return to “[locked] Accessability and Usability”