Hello,
I have this tag
<td align="left"><font face="Helvetica, Arial, Futura" size="-2" color="#000000">Reward </font></td>
I want to convert the font tag to css class, like the below tag
<td align='left' class="page_font">
is the below code correct?
.page_font{
FONT-SIZE: 12px;
COLOR: #000000;
FONT-FAMILY: Arial
}
any help would be appreciated
thanks,
anagm
Start Free Trial