View Full Version : external style sheet problem


staceisdead
08-15-2003, 08:20 AM
Hello all, i think ive got a problem with my external style sheet, ive saved it fine and can use it but i think my css codes a bit off. When i link it to my page, everything changes like the form colours and links and stuff to the way i want, but the font wont it just stays at horrible tahoma and the colour black! heres my css code, can you see if anything wrong.


<style type="text/css">
body, p, td, tr, div, table font, td, p, xmp, u{font-family:arial;font-size:8pt;line-height:8pt;font-weight:normal;font-style:normal;font-color:#906098;}
b{font-color:#906098;font-family:arial;font-size:8pt}
A:link{COLOR:#C088C0;TEXT-DECORATION:none;font-weight: normal;font-family:a;font-size:8pt;}
A:visited{COLOR:#C088C0;TEXT-DECORATION:none;font-weight: normal;font-family:a;font-size:8pt;}
A:active{COLOR:#C088C0;TEXT-DECORATION:none;font-weight: normal;font-family:a;font-size:8pt;}
A:hover{COLOR:#D6B1D6;TEXT-DECORATION:none;background:#C088C0;font-family:a;font-size:8pt;border:#385898;cursor:help;}
}
BODY {color:#000000; background:none; transparent}
body {scrollbar-face-color:lime;
scrollbar-arrow-color:#906098;
scrollbar-track-color:lime;
scrollbar-shadow-color:lime;
scrollbar-darkshadow-color:lime;
scrollbar-3dlight-color:lime;
scrollbar-highlight-color:lime;}
}
TEXTAREA {background-color:#D6B1D6; color: #906098;
font-face: arial; font-size: 8pt; border: 1 #906098 dashed;}
input {background-color:#D6B1D6; color: #906098;
font-face: arial; font-size: 8pt; border: 1 #906098 dashed;}
</style>


Thanks everyone in advance for you help, im stuck, i dunno what ive done wrong!

stargrl329
08-15-2003, 08:39 AM
When using an external stylesheet, take out the <style type="text/css"> and </style> tags.

staceisdead
08-15-2003, 08:48 AM
lol how stupid do i feel right now! thankyou ^^^^ it works now, cant believe i didnt see that, ive been trying to make it work for hours! lol *Smack self on forehead* DUH!

stargrl329
08-15-2003, 08:50 AM
lol no problem :D ... i did the same exact thing a couple months ago lol.