Adding Friends Code |
Adding Friends Code |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Sep 2006 Member No: 461,046 ![]() |
Here is the link to my page:
www.myspace.com/roseispretty What is the code to add my friends to my page, I only have my boyfriend right now, so it looks as if I have one friend. I tried to copy the code in my profile, but the picture goes on top of his. Does anyone have the code? Please help me now! Rose ![]() |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
Find this:
<div class="layer2"><center><marquee scrollamount="3"direction="right"style="padding-top:6px;"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=85114513&MyToken=c9d00c6a-bee8-4d9d-84ff-797f34de105f"><img src="http://www.picit.com/out.php/i71323_neal.jpg"width="73px"></a> <br></marquee></div> Remove <br> (that's what causes the pictures to be in a new line, or on top of each other). Okay, so I'm going to break down each part of your coding. <a href="url"> begins a link tag. <img src="url"> inserts the picture. </a> closes the link tag. (Whatever is between <a href="url"> and </a> is linked to whatever url you specify.) So to place in more friends into that layer, you would have to put in <a href="Friend'sMyspaceURL"><img src="Friend'sPhotoURL"></a> and repeat for each of the friends you want to put in. |
|
|
![]() ![]() |