[thelist] Stylesheet not loading in Safari?

Mark Groen evolt at markgroen.com
Mon Feb 12 15:29:54 CST 2007


On Monday 12 February 2007 13:08, bill scheider wrote:
> mainleft.css

Get the Firebug extension, or the Web developers toolbar for Firefox, shows up 
right away that you are missing the type attribute.

<link rel="stylesheet" href="css/mainleft.css" />
Fairly sure this will work:
<link href="css/mainleft.css" rel="stylesheet" type="text/css" />

-- 
cheers,

        mark



More information about the thelist mailing list