freya
07-25-2003, 02:29 AM
i'm having issues with my CSS. i'm trying to get my head portion of the CSS to have it so there's a dashed underline under the text, kind of like in this site: http://illuminati.nu/05.php?x=expand
but everytime i try, it comes out as a dashed border:
.HEAD {
font-style : normal;
font-weight : bold ;
font-size : 26px;
font-family : times;
color : #404040;
border-style: dashed;
border-width: 2;
padding: 1;
margin: 1;
}
that's the CSS... help??
but everytime i try, it comes out as a dashed border:
.HEAD {
font-style : normal;
font-weight : bold ;
font-size : 26px;
font-family : times;
color : #404040;
border-style: dashed;
border-width: 2;
padding: 1;
margin: 1;
}
that's the CSS... help??