Trying to validate css and markup

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Trying to validate css and markup

Post by dmaireroa »

Hi there

I have 1 small error for w3c css and w3c markup.
I will start with the css error first:http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.dmaireroa.com%2F%3Fpage%3Dservice-print
http://www.dmaireroa.com/stylesheet.php ... ype=screen
54 a.external:hover Value Error : background-color #inherit is not a valid color 3 or 6 hexadecimals numbers #inherit
Where do I edit this css file? I can't seem to find it on my cmsms directory.

markup error: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.dmaireroa.com%2F;accept=text%2Fhtml%2Capplication%2Fxhtml%2Bxml%2Capplication%2Fxml%3Bq%3D0.9%2C*%2F*%3Bq%3D0.8;accept-language=en-us%2Cen%3Bq%3D0.5;accept-charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C*%3Bq%3D0.7
No Character encoding declared at document level

No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.
Has anyone experience this error before? If so, what did you do to fix this?

Really appreciate anyone's help

Many thanks in advance
CHEERS :)
Peciura

Re: Trying to validate css and markup

Post by Peciura »

insert

Code: Select all

<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: Trying to validate css and markup

Post by dmaireroa »

Peciura wrote: insert

Code: Select all

<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
YES!! Thank you Peciura, thank you, it worked for my markup and your not going to believe this, but I found the css code to edit the changes. It was in the cmsms admin panel in: Layout > Stylesheet > Accessibility and cross-browser tools. Now both my css and markup validates. You will find the W3C CSS + W3C MARKUP it at the bottom: http://www.dmaireroa.com

That was easier then I thought, but thanks to you Peciura, I wouldn't of known this.

CHEERS :)
Post Reply

Return to “Layout and Design (CSS & HTML)”