I have created the following link class to affect certain links and not all:
Code:
a.thumbhead:link {font-family: Verdana, Arial, Helvetica, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #838ffc;
text-decoration: underline; }
I was planning to use it <a class=thumbhead> some link </a> to have desired effects on some links that are dynamically generated. But somehow this thing is not working. I need some help 
|