Re: The logo

On Fri, 30 Jun 2006, Jani Rönkä wrote:

> The validator returns "No stylesheet found" error when trying to validate
> my .css file @ http://koti.mbnet.fi/nst-/naitostylesheet.css

(1)
Save your file in ASCII, not UTF-16. UTF-16 is a bad idea on the WWW.
Use ASCII or ISO-8859-1 or UTF-8.

 http://ppewww.ph.gla.ac.uk/~flavell/charset/checklist.html


(2)
Configure your server correctly so that it sends
   Content-Type: text/css; charset=us-ascii
instead of the current
   Content-Type: text/css

 http://www.w3.org/International/O-HTTP-charset.html

Received on Monday, 3 July 2006 13:55:41 UTC