-
Colored Links.
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.
-
<a href="[URL GOES HERE]" style="color: [COLOR CODE GOES HERE]"> Link Text </a>
-
thanks! :D how do i remove the underline, and bring it back when you hover over it?
-
PHP Code:
<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....