View Full Version : Still not good


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??

maztrin
01-08-2006, 12:10 PM
have you tried linking to it differently?
../stylesheet....
./stylesheet

kittycat
01-08-2006, 02:21 PM
You just need to fix up your tags on the page:

<html>
<head>
<title>Loco 4 Dolls!</title>
<LINK href="stylesheet/stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<p align="center">

Blah blah blah
<br>
<br>

<img src="blah.gif">
<img src="blah.gif">


</p>
</body>
</html>

groovyrach_2002
01-09-2006, 09:24 AM
I did that but its still no good!! Anything else?

Monkey Bizzle
01-09-2006, 10:47 AM
Can we see a link to your page? Maybe something else is affecting it.

groovyrach_2002
02-03-2006, 01:41 PM
Ok...here is a link to one of the pages i linked it to

http://www.geocities.com/loco_4_dolls/awards/awards.html

please help...i feel like giving up!!

Phillip
02-03-2006, 02:29 PM
Silly question this. Have you uploaded the css to your server? and you can accses it by going to www.yourdomain.com/stylesheet/blahblahblah/

luvhartz
02-03-2006, 06:42 PM
yes they have uploaded it, try changing th link to your style sheet like this:

<LINK href="http://www.geocities.com/loco_4_dolls/stylesheet/stylesheet.css" rel="stylesheet" type="text/css">

groovyrach_2002
02-04-2006, 11:29 AM
Thanks so much...the new link worked!!!!!