Hello
The CSS definition I gave is as follows:
.vbpostbit
{ font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbpostbit a:link, .vbpostbit a:visited, .vbpostbit a:hover, .vbpostbit a:active
{
color: #6633FF;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
I have my message displayed in 10 point Verdana but the links are not displayed in 10 point verdana. Please refer the below link :
http://www.indusladies.com/forums/te...html#post94275
Note that in the above link though the message is in 10 point verdana, link is in 10 point Arial
Can you tell me what needs to be done to style the links too in 10pt Verdana?