Pyrohavoc
03-02-2003, 08:33 PM
how do i control pt. size using css ???
i'm trying to take what i've been reading on here and use it starting with the use of css's i've never used them to control such specific items though so i would appreciate the help
here's the code i'm using
a.cream:link { font-family:Arial; font-size:12pt; text-decoration:underline; color: #FFCCCC}
a.cream:visited { font-family:Arial; font-size:12pt; text-decoration:underline; color: #FFCCCC}
a.cream:hover { font-family:Arial; font-size:12pt; text-decoration:underline; font-weight:bold; color: #FFFFCC; background-color: #990000}
a.cream:active { font-family:Arial; font-size:12pt; text-decoration:underline; font-weight:bold; color: #FFFFCC; background-color: #990000}
i'm trying to take what i've been reading on here and use it starting with the use of css's i've never used them to control such specific items though so i would appreciate the help
here's the code i'm using
a.cream:link { font-family:Arial; font-size:12pt; text-decoration:underline; color: #FFCCCC}
a.cream:visited { font-family:Arial; font-size:12pt; text-decoration:underline; color: #FFCCCC}
a.cream:hover { font-family:Arial; font-size:12pt; text-decoration:underline; font-weight:bold; color: #FFFFCC; background-color: #990000}
a.cream:active { font-family:Arial; font-size:12pt; text-decoration:underline; font-weight:bold; color: #FFFFCC; background-color: #990000}