| Author |
Message |
lcon
Joined: 12 Apr 2008 Posts: 1
|
Posted: Sat Apr 12, 2008 2:21 pm Post subject: Hyperlink color |
|
|
| Is there any possibility to change the color of hyperlinks? At the moment all hyperlinks are shown in blue. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2178
|
Posted: Mon Apr 14, 2008 10:27 am Post subject: |
|
|
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> |
|
| Back to top |
|
 |
|