Code for a message link, Mine isn't working... |
Code for a message link, Mine isn't working... |
![]()
Post
#1
|
|
![]() meow ![]() ![]() ![]() ![]() Group: Member Posts: 208 Joined: May 2005 Member No: 137,036 ![]() |
I'm trying to put a "message me" link in my about me with NO underline. What is the code for that?
![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
Use this to change and customize all of your links.
CODE <style> a:active,a:visited,a:link,a{ color:000000! important; letter-spacing: 0.10em; font: normal 10px verdana; border-bottom: 0pt solid; line-height:12px; text-decoration:none; text-transform:none;} a:hover{ color:cccccc!important; font: normal 10px verdana; line-height:12px; border-bottom: 0pt solid; text-decoration:none; text-transform:none;} </style> Or make a new class for that one particular link (so it won't affect the rest of your profile links) like this: CODE <style>
a.navigate:link,a.navigate:active,a.navigate:visited{ color:000000! important; letter-spacing: 0.10em; font: normal 10px verdana; border-bottom: 0pt solid; line-height:12px; text-decoration:none; text-transform:none;} a.navigate:hover{ color:cccccc! important; letter-spacing: 0.10em; font: normal 10px verdana; border-bottom: 0pt solid; line-height:12px; text-decoration:none; text-transform:none;} </style> <a href="http://www.myspace.com" class="navigate">Message Me</a> |
|
|
![]() ![]() |