View Full Version : another one =[


kicker91
07-20-2003, 11:26 PM
eek...me and css don't mix...

<style type="text/css">
A:link
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:visited
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:active
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:hover
{ text-decoration: overline underline; color:#ffff00; font-weight;bold; }
cursor: s-resize; }

body {
font-family: arial;
color: #000000;
letter-spacing: 3pt;
font-weight: bolder;
font-size: 3px;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #ffffff; scrollbar-track-color : #000000;
scrollbar-arrow-color : #ffff00; }
</style>

everything not working...

kittycat
07-21-2003, 12:24 AM
font-weight;bold;

should be

font-weight: bold;

It's like that for all your link sections.

kicker91
07-21-2003, 01:55 PM
thanks...