[thelist] Chimera doesn't see the css

Emma Jane Hogbin emmajane at xtrinsic.com
Tue Feb 25 20:59:01 CST 2003


On Tue, Feb 25, 2003 at 09:08:37PM -0500, Gregory Wostrel 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" />

--
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]



More information about the thelist mailing list