3 replies [Last post]
Leao
Leao's picture
Offline
newbie
Last seen: 12 years 12 weeks ago
Timezone: GMT+1
Joined: 2009-09-29
Posts: 7
Points: 9

Hi!

I have just finished a website for a farm/restaurant in Israel. I'd be very happy to hear your critiques.

The site is located here: http://www.goatswiththewind.com
(for English, click on the link on the far left of the horizontal menu.)

I also get the following error message on CSS Validator - what do should I do to fix it??:

This profile has a very specific syntax for @charset: @charset followed by exactly one space, followed by the name of the encoding in quotes, followed immediately by a semicolon. @charset 'utf-8';

Many, many thanks for your time,

leao

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 21 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Quote: this profile has a

Quote:

this profile has a very specific syntax for @charset: @charset followed by exactly one space, followed by the name of the encoding in quotes, followed immediately by a semicolon. @charset 'utf-8';

Really not sure how they could be any clearer. you appear to be using double spaces quite frequently.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Leao
Leao's picture
Offline
newbie
Last seen: 12 years 12 weeks ago
Timezone: GMT+1
Joined: 2009-09-29
Posts: 7
Points: 9

Sorry, I still don't

Sorry, I still don't understand. Is the error message just telling me what I have done wrong or telling me what I should do?

I have @charset 'utf-8'; written on the first line of my .css file. Isn't that all that the CSS validator is asking of me?

Many, many thanks for your time,

Leao

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 21 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

It's telling you the correct

Puzzled It's telling you the correct way this must be written, you then logically deduce what you need do to correct the issue, read the explanation carefully.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me