Quote:
Originally Posted by SamirDarji
So you could even make the title of the article in red if you wanted?
|
Yes- that is simply done with html markup. For red font you could use something like this:
PHP Code:
<div style="font-size: 200%; text-align: center;"><font color="RED"><b>$thread[title]</b></font></div>
or you could use <strong> instead of <b> if you want- whatever html you prefer regarding font style, etc..