View Single Post
  #5 (permalink)  
Old 03-27-2008, 05:29 PM
DrayScherm DrayScherm is offline
WebProWorld Member
 
Join Date: Mar 2007
Location: Cobourg Ontario
Posts: 30
DrayScherm RepRank 1
Default Re: CSS Font Color Rendering Problem

I created this style in the head of the an html doc:

<style type="text/css">
<!--
.dontforget {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #9F4D21;
}
-->
</style>

I then applied it to the text DON'T FORGET OUT EVENT ON with this code:

<body class="dontforget">

It worked fine in IE 6 and Firefox 2.0.0.12.

I did not include the /1.5 em which Dreamweaver told me was not supported syntax.

...Duane
__________________
---------
www.draydesign.com
Reply With Quote