contact table help |
contact table help |
Aug 18 2005, 05:40 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Aug 2005 Member No: 191,954 |
I see alot of people taking the whole thing out and making these links (or buttons) for just "add to friends" and "Send message" on their myspace. is there a site where it shows you how to make the links for them.
|
|
|
|
![]() |
Aug 21 2005, 08:40 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Aug 2005 Member No: 194,400 |
http://mail.myspace.com/index.cfm?fuseacti...ssage&friendID=xx Mail
http://www.myspace.com/index.cfm?fuseactio...erify&friendID=xx Add to Friends http://groups.myspace.com/index.cfm?fuseac...group&friendID=xx Add to Group http://mail.myspace.com/index.cfm?fuseacti...rward&friendID=xx Forward to Friend http://www.myspace.com/index.cfm?fuseactio...orite&friendID=xx Add to Favorites http://www.myspace.com/index.cfm?fuseactio...ockUser&userID=xx Block User http://www.myspace.com/index.cfm?fuseactio...rRating&UserID=xx Rank User Red changes to your ID number. (Right click, copy shortcut, that will copy the entire link to your clipboard.) So say you wanted a link to mail you you'd do QUOTE <a href="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=xx">Mail Me!</a> Blue can be changed to whatever you wanted it to say. If you wanted it a picture, you'd do QUOTE <a href="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=xx"><img src="http://www.yoururlhere.com/blah.jpg"></a> Just doing that for each of the ones you want. The only you wouldn't be able to do is "Instant Message" since it's Javascript. |
|
|
|
Aug 21 2005, 08:32 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Feb 2005 Member No: 99,442 |
What I did was made a whole new image and slap it into a code. Just change where it says "YOUR IMAGE URL HERE." Oh, and I used a photo editor program (such as Photoshop) to make the links:
QUOTE <style type="text/css"> .contactTable { width:300px; height:150px; background-image:url(YOUR IMAGE URL HERE); background-repeat:no-repeat; background-color:transparent; background-attachment:scroll; background-position:center center; padding:0px; } .contactTable table, table.contactTable td { background-color:transparent; background-image:none; padding:0px; } .contactTable a img { visibility:hidden; border:0px; } .contactTable .text { font-size:1px; } </style> And this is the image I used: http://img.photobucket.com/albums/v233/tet...ace_contact.jpg This is how it came out on my myspace: click here |
|
|
|
![]() ![]() |