Validation w/ Strict Doctype
Posted: Thu Mar 01, 2007 11:02 pm
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:
and it needs to be:
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
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/" />
Code: Select all
<base href="http://website.com/">
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