Quote:
Originally Posted by shad
|
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
}