Click to See Complete Forum and Search --> : controlling font pt


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}

pyro
03-02-2003, 08:57 PM
Better off not using pt size but px or % (best)

Pyrohavoc
03-02-2003, 08:58 PM
can you elaborate on that a little more???

pyro
03-02-2003, 09:01 PM
Something like this, which will be a bit bigger than the default font size:

<style type="text/css">
a.cream:link { font-family:Arial; font-size:120%; text-decoration:underline; color: #FFCCCC}

a.cream:visited { font-family:Arial; font-size:120%; text-decoration:underline; color: #FFCCCC}

a.cream:hover { font-family:Arial; font-size:120%; text-decoration:underline; font-weight:bold; color: #FFFFCC; background-color: #990000}

a.cream:active { font-family:Arial; font-size:120%; text-decoration:underline; font-weight:bold; color: #FFFFCC; background-color: #990000}
</style>

Pyrohavoc
03-02-2003, 09:02 PM
damn i wasn't quick enough.....tried to reply before you did but uh i figured out what you meant ... thanks for the help

pyro
03-02-2003, 09:08 PM
Originally posted by Pyrohavoc
damn i wasn't quick enoughlol :D Your welcome...

celebguy_dv
03-04-2003, 03:01 AM
http://banners.dollarmachine.com/pic/2014000/hal001.gif (http://www.kinkyceleb.com/1261795520)