[thelist] Chimera doesn't see the css

Gregory Wostrel info at gwcreative.com
Wed Feb 26 08:00:01 CST 2003


--
[ Picked text/plain from multipart/alternative ]
Emma,

Thanks for the tip - I did this and while it didn't help my problem it
is always good to have things in order.

On Tuesday, February 25, 2003, at 09:58  PM, Emma Jane Hogbin wrote:

>> This is probably a little one for most of the people on the list, but
>> i
>> just can't figure it out. Chimera 0.6 renders this site:
>> http://www.thelightband.com/ without the style sheet.. Every other
>
> You should also (in addition to fixing the MIME type for .css files)
> add
> type="text/css". This is required in link elements for XHTML.
>
> 	<link href="css/basic.css" rel="stylesheet" media="screen" />
> 	<link href="css/home.css" rel="stylesheet" media="screen" />
>
> should be:
> <link href="css/basic.css" rel="stylesheet" media="screen"
> type="text/css" />
> <link href="css/home.css" rel="stylesheet" media="screen"
> type="text/css" />
Gregory Wostrel

gwcreative
http://www.gwcreative.com/
gw at gwcreative.com
401.286.9228
Communications and the Art of Simplicity
--




More information about the thelist mailing list