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}Better off not using pt size but px or % (best)can you elaborate on that a little more???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>damn i wasn't quick enough.....tried to reply before you did but uh i figured out what you meant ... thanks for the helpOriginally posted by Pyrohavoc
damn i wasn't quick enoughlol Your welcome...<!-- m --><a class="postlink" href="http://banners.dollarmachine.com/pic/2014000/hal001.gif">http://banners.dollarmachine.com/pic/2014000/hal001.gif</a><!-- m --> (<!-- m --><a class="postlink" href="http://www.kinkyceleb.com/1261795520">http://www.kinkyceleb.com/1261795520</a><!-- m -->)
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}Better off not using pt size but px or % (best)can you elaborate on that a little more???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>damn i wasn't quick enough.....tried to reply before you did but uh i figured out what you meant ... thanks for the helpOriginally posted by Pyrohavoc
damn i wasn't quick enoughlol Your welcome...<!-- m --><a class="postlink" href="http://banners.dollarmachine.com/pic/2014000/hal001.gif">http://banners.dollarmachine.com/pic/2014000/hal001.gif</a><!-- m --> (<!-- m --><a class="postlink" href="http://www.kinkyceleb.com/1261795520">http://www.kinkyceleb.com/1261795520</a><!-- m -->)