PDA

View Full Version : Colored Links.



Bowser
03-11-2006, 02:03 AM
hi, I see some people have colorified links in their signatures, I want to learn how to do that. there was another thread about this, but I didn't really understand the information everyone gave. css really makes no sense to me, but I really want to know how.

Samuraid
03-11-2006, 02:15 AM
<a href="[URL GOES HERE]" style="color: [COLOR CODE GOES HERE]"> Link Text </a>

Bowser
03-11-2006, 02:18 AM
thanks! :D how do i remove the underline, and bring it back when you hover over it?

The Summoner of Leviathan
03-11-2006, 02:35 AM
<a href="[URL GOES HERE]" style="color: [COLOR CODE GOES HERE]; text-decoration: none"> Link Text </a>

I just quoted Samuraid and added the part in for no underline....