Thread: CSS won't load
View Single Post
Old May 25th, 2007, 9:20 PM   #9 (permalink)
Brandonnn
pineapples are sharp
Super #1
 
Brandonnn's Avatar
 
Joined in Dec 2005
5,777 posts
Gave thanks: 147
Thanked 151 times
Quote:
Originally Posted by shad View Post
the css path is, http://northflare.com/inc/stlye.css

I had this problem earlerier, messed with permissions and the file could be accessed, but it still didn't work properly.
ok, follow these directions and it will work.

1)Open your Index file and change the stylesheet line to look exactly like this:
Code:
<link rel="stylesheet" href="http://northflare.com/inc/stlye.css" type="text/css">
2)Upload the new index file and visit your page again and you will see the change.

3(optional):
Remove the paragraph style from the CSS document since you already have it set in the Body. It should look like this:
Code:
body {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-style: normal; 
color: #ff0000; 
text-decoration: none
}
__________________
poof

Last edited by Brandonnn; May 25th, 2007 at 9:23 PM..
Brandonnn is offline   Reply With Quote