3 replies [Last post]
Leao
Leao's picture
User offline. Last seen 47 weeks 3 days ago. Offline
newbie
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
User offline. Last seen 6 hours 32 min ago. Offline
rank Moderator
Moderator
Joined: 2004-06-06
Posts: 15096
Points: 2191

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
User offline. Last seen 47 weeks 3 days ago. Offline
newbie
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
User offline. Last seen 6 hours 32 min ago. Offline
rank Moderator
Moderator
Joined: 2004-06-06
Posts: 15096
Points: 2191

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