mocha
03-18-2003, 03:10 AM
Hi,
I haved used CSS before with no problems, but for whatever reason I seem to be having issues this time. With the font and font size. I am utterly baffled, but then again I may very well have no idea what I am doing...
Here is my code:
<!--
A:link { text-decoration: none ; color:#DD76D6 }
A:visited { text-decoration: none ; color:#A836A4 }
A:hover { text-decoration: line-through; color: #F94DF3 }
body
{font-family: verdana;
color: #413D3D ;
font-size: 12px;
scrollbar-face-color : #EEC6ED;
scrollbar-highlight-color : #F9D9F8;
scrollbar-3dlight-color : #EFA3EC;
scrollbar-shadow-color : #C185BF;
scrollbar-darkshadow-color : #C185BF;
scrollbar-track-color : #EEC6ED;
scrollbar-arrow-color : #EB8BE8}
-->
Though I have tried to request Verdana at 12 px, I seem to be getting Arial (I think) at a larger size. Everything else seems to be working okay.
Is there anyway I can fix this?
Thanks,
mocha
I haved used CSS before with no problems, but for whatever reason I seem to be having issues this time. With the font and font size. I am utterly baffled, but then again I may very well have no idea what I am doing...
Here is my code:
<!--
A:link { text-decoration: none ; color:#DD76D6 }
A:visited { text-decoration: none ; color:#A836A4 }
A:hover { text-decoration: line-through; color: #F94DF3 }
body
{font-family: verdana;
color: #413D3D ;
font-size: 12px;
scrollbar-face-color : #EEC6ED;
scrollbar-highlight-color : #F9D9F8;
scrollbar-3dlight-color : #EFA3EC;
scrollbar-shadow-color : #C185BF;
scrollbar-darkshadow-color : #C185BF;
scrollbar-track-color : #EEC6ED;
scrollbar-arrow-color : #EB8BE8}
-->
Though I have tried to request Verdana at 12 px, I seem to be getting Arial (I think) at a larger size. Everything else seems to be working okay.
Is there anyway I can fix this?
Thanks,
mocha