Re: Changing the color of href text
I figured it out.
The answer is to put a <font color="xxxxxx">text here </font>
So the whole code of line will look something like this.
<a href="http://www.website.com"> <font color="#CC3333">Blog</font></a>
Putting the font tag before the a href tag wasn't changing the color.
This may not be the cleanest way to do it. But it works.
|