Is there a hack to change the color of the vbcode URL? If you make a
link as I just did with the word "link", you'll notice it's difficult to know it's a link just by looking at it.
I want the url link to be a different color if the url tag is used.
I tried to modify functions.php and changed this:
to this:
Code:
$righturl = <font color=cyan>$url</font>;
but it still comes out just like the color of the text in the message.
Help!
Syl...