I'm trying to increase the font size of a link using a class but does not seem to work for me.
Code:
.style1 {font-size: 16px}
I'm trying to increase the link size from within the cms im using.
The html
Code:
<a href="[~[+id+]~]" title="[+title+]" class="style1">[+title+]</a>
Last edited by audiomad; 04-13-2010 at 06:48 AM..
|