Hyperlink color

lcon

New Member
Is there any possibility to change the color of hyperlinks? At the moment all hyperlinks are shown in blue.
 

stanbusk

Administrator
Staff member
Use:

<a href="YOUR_URL_HERE"><font color="#0059a5">YOUR_TEXT_HERE</font></a>

for red:

<a href="YOUR_URL_HERE"><font color="red">YOUR_TEXT_HERE</font></a>

or

<a href="YOUR_URL_HERE"><font color="#ff0000">YOUR_TEXT_HERE</font></a>
 
Top