Hiding "Interests" and "Heroes" |
![]() ![]() |
Hiding "Interests" and "Heroes" |
Mar 9 2006, 12:37 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Feb 2006 Member No: 381,935 |
So I have codes in my "heroes" section that hide my details box....I want to hide the words heroes and interests so I can make up my own title for this section, which has my "add me" and "message me" links in it (the heroes section that is...) Also if anybody knows...I did check the scripts and couldn't find this....How do you make a "text link" for your add me and message me buttons...right now my buttons look like this: http://profile.myspace.com/index.cfm?fusea...iendid=56639989
I want them to be in text...the actual words "add me" and Message me", no pics....Also if there is any way you can insert a font and size code in it so I can change the style of text in the link...thanks alot everyone!! |
|
|
|
Mar 9 2006, 02:41 AM
Post
#2
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
To hide the words for music and such: (put between style tags)
///Note\\\ just look through your coding for you profile for the .lightbluetext8 and just make sure it looks like what i posted below.. also look for the .orangetext15 to make sure it looks like what i sent you earlier. .lightbluetext8{display:none;} can you post your code for your add me/message me links so that i can change the code for you? extended network image code: (put in about me) <style type="text/css"> table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("Your ImageSharing URL"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:435px; height:75px; display:block !important; } span.blacktext12 img {display:none;} </style> make sure your image is being hosted on photobucket or imageshack. im not sure how to hide the mp3 player, but im sure toyo does |
|
|
|
Mar 9 2006, 11:08 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Feb 2006 Member No: 381,935 |
<a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=56639989"><img src="http://i.myspace.com/site/images/addFriendIcon.gif"></a>
<style>.orangetext15{display: none;}</style> <a href="http://mail2.myspace.com/index.cfm?fuseaction=mail.message&friendID=56639989"><img src="http://i.myspace.com/site/images/sendMailIcon.gif"></a> -I'd like to change the font and make them colored toooo |
|
|
|
Mar 9 2006, 02:18 PM
Post
#4
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
<a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=56639989"><font face="name of text" color="color here">WHAT YOU WANT THE BUTTON TO SAY HERE</font></a>
<a href="http://mail2.myspace.com/index.cfm?fuseaction=mail.message&friendID=56639989"><font face="name of text" color="color here">WHAT YOU WANT THE BUTTON TO SAY</font></a> PS. if you wanted a super special font like for my buttons, you have to down load the font and actually make an image for it. |
|
|
|
![]() ![]() |