Quote:
Originally Posted by legionofangels
So basically what you are saying is remove the coding from within the div's and put whatever CSS definitions I want and I can change the way the user titles will look?
|
You don't have to remove the "class=smallfont" part if you don't want. You can just add other css inline. ie.
Code:
<div class="smallfont" style="font-family: times">$post[usertitle]</div>