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 (1 - 4)
Marlons
post Dec 5 2007, 10:30 PM
Post #2


Thread Killer
******

Group: Staff Alumni
Posts: 1,012
Joined: Jun 2007
Member No: 530,544



Well all ALL of your links underlined on your myspace by default?
 
lovelyfatale
post Dec 5 2007, 11:40 PM
Post #3


meow
****

Group: Member
Posts: 208
Joined: May 2005
Member No: 137,036



Well, that's what I'm guessing.
I don't have any codes for any links.

But what I'm trying to do is add one link (to message me) in my about me section that is NOT underlined. Do all the links on my profile have to be not underlined to do that? What's the code? wacko.gif
 
freeflow
post Dec 6 2007, 01:05 AM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Make all the links not underlined
or Make a new link class.
 
S-Majere
post Dec 6 2007, 05:21 AM
Post #5


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>
 

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