How To Change Text Colours

Termy

New Member
Hi guys, how can I change text colour for certain things.

Is there a bit of code that I would need to put into the correct template.

The reason I ask about the code is because I am using this http://www.vbteam.info/graphics-designing/14001-create-visually-appealling-notices.html and need to put an email link in this box. But the email link is a different colour to the normal font.

The code I am using for the link is -

Code:
<a href="mailto:[EMAIL="ph****@*****"> US"]ph****@*****"> [/EMAIL]LINK TEXT HERE</a>

But this is showing as black text, and I need it to be another colour.

Any help is much appreciated.
 
Grinderhand said:
HTML:
<a href="mailto:ph****@*****" style="color:red"> LINK TEXT HERE</a>
Replace red with whatever you need.
Many many thanks m8, that worked a treat.

Much appreciated.
 
Back
Top