Log In · Register

 
Code for a message link, Mine isn't working...
lovelyfatale
post Dec 5 2007, 10:25 PM
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? rolleyes.gif
 
 
Start new topic
Replies
S-Majere
post Dec 6 2007, 05:21 AM
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>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: