Quote:
Originally Posted by ga.net
hi! Is there a way to change the font style and size of this? Thanks in advance
|
Simple HTML will do the trick you can use the <span></span> tags around the $show variable perhaps? I haven't tried it myself but it may work such as:
<span class=\"format\">$show</span>
or something like that. Of course you would have to define .class in your stylesheet.