View Single Post
Old 10-02-2012, 06:45 AM   PM User | #2
fireplace_tea
New Coder

 
Join Date: Sep 2012
Location: Boulder, CO
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts
fireplace_tea is an unknown quantity at this point
This sounds like it might be how you are linking to your css file. Does your link tag look like the following?
Code:
<head>
<title>Testing</title>
<link rel="stylesheet" type="text/css" href="testing.css" />
</head>
If it does, then it might be a relative/absolute path issue. Could you post your coding?
fireplace_tea is offline   Reply With Quote