groovyrach_2002
01-08-2006, 11:56 AM
Ok...i took the adivce from the answers i got but still its not good! Maybe if i post an example of the page it would help!
Heres my stylesheet wich is located in the subfolder "stylesheet"
A:link
{ text-decoration: underline; color:#000000 }
a:visited
{ text-decoration:line-through; color:#330033 }
a:active
{ text-decoration: blink; color:#000000}
body
{ background-image: url(b4.gif);
font-family: verdana;
color: #000000;
font-weight: bold;
font size: xx-small;
scrollbar-face-color: #FF0000;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #FF0000;
scrollbar-shadow-color: #FF0000;
scrollbar-darkshadow-color: #FF0000;
scrollbar-track-color: #FF0000;
scrollbar-arrow-color: #FFFFFF;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
Now I'll put what I put on a page i want lthe stylesheet linked to.
<html>
<head>
<title>Loco 4 Dolls!</title>
<LINK href="stylesheet/stylesheet.css" rel="stylesheet" type="text/css">
<p align="center">
Blah blah blah
<br>
<br>
<img src="blah.gif">
<img src="blah.gif">
</p>
</head>
</html>
Is there anythink wrong??
Heres my stylesheet wich is located in the subfolder "stylesheet"
A:link
{ text-decoration: underline; color:#000000 }
a:visited
{ text-decoration:line-through; color:#330033 }
a:active
{ text-decoration: blink; color:#000000}
body
{ background-image: url(b4.gif);
font-family: verdana;
color: #000000;
font-weight: bold;
font size: xx-small;
scrollbar-face-color: #FF0000;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #FF0000;
scrollbar-shadow-color: #FF0000;
scrollbar-darkshadow-color: #FF0000;
scrollbar-track-color: #FF0000;
scrollbar-arrow-color: #FFFFFF;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
Now I'll put what I put on a page i want lthe stylesheet linked to.
<html>
<head>
<title>Loco 4 Dolls!</title>
<LINK href="stylesheet/stylesheet.css" rel="stylesheet" type="text/css">
<p align="center">
Blah blah blah
<br>
<br>
<img src="blah.gif">
<img src="blah.gif">
</p>
</head>
</html>
Is there anythink wrong??