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
Quote: this profile has a
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.
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
It's telling you the correct
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.