Thread: Css
View Single Post
  #2 (permalink)  
Old Apr 13th, 2007, 12:27
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Css

In your head tag you have this
Code: Select all
<link rel="stylesheet" type="text/css" href="main.css" />
try this
Code: Select all
<link href="main.css" rel="stylesheet" type="text/css" />
Reply With Quote