Quote:
Originally Posted by PKRWUD
Replace it with this:
<strong><font color="22229C">$vbphrase[announcement]</font></strong>: <a href="announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink">$announcement[title]</a>
|
Thankyou for your help. Actually, it was $announcement[title] which I wanted to change colour - not $vbphrase[announcement].
So, I modified this section to:
<strong>$vbphrase[announcement]</strong>: <a href="announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink"><strong><font color="FF0000">$announcement[title]</font></strong></a>
which made the announcement title link red. Yellow and orange didn't work very well against the grey background. Anyway, I am happy with the final result. Thanks again. I thought nobody would find a solution.