help with links |
![]() ![]() |
help with links |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Nov 2006 Member No: 480,304 ![]() |
ok im haveing a prob with my div layout the home , mail , comments , ect. is not working for some reason i dont know what im doing wrong will someone look at the code and help me out here is the code thanksss
CODE div class="content" style="position: absolute; left:320px; top:657px; width:455px; height:450px; overflow: auto;">
<p><center> <a href="http://home.myspace.com/index.cfm?fuseaction=user&MyToken=366dbfc4-466f-4c9b-a1ba-a9561ea9b965">Home</a>// <a href="http://www.myspace.com/index.cfm?fuseaction=user.homeComments&friendID="124997916"">Comments</a>// <a href="http://blog.myspace.com/"124997916""> <a href="http://mail8.myspace.com/index.cfm?fuseaction=mail.message&friendID="124997916"">Send Message</a>// <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID="124997916"">Add To Friends</a>// <a href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID="124997916""> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID="124997916"&Mytoken=A69EA4BB-2EF4-468C-B6AA42A7BB180AB6823039359">More Pics</a>// <a href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID="124997916"">View Friends</a></center> </div> |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Change your code to this:
CODE <div class="content" style="position: absolute; left:320px; top:657px; width:455px; height:450px; overflow: auto; z-index:3;"> <p><center> <a href="http://home.myspace.com/index.cfm?fuseaction=user&MyToken=366dbfc4-466f-4c9b-a1ba-a9561ea9b965">Home</a>// <a href="http://www.myspace.com/index.cfm?fuseaction=user.homeComments&friendID="124997916">Comments</a>// <a href="http://blog.myspace.com/"124997916">Blogs</a> <a href="http://mail8.myspace.com/index.cfm?fuseaction=mail.message&friendID="124997916">Send Message</a>// <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID="124997916">Add To Friends</a>// <a href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID="124997916">Groups</a> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID="124997916"&Mytoken=A69EA4BB-2EF4-468C-B6AA42A7BB180AB6823039359">More Pics</a>// <a href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID="124997916">View Friends</a></center> </div> Half of your link codes were wrong and for some you didn't even close the code. |
|
|
![]()
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Nov 2006 Member No: 480,304 ![]() |
it still dose not work when ever i put your code everything says " Invalid Friend ID.
This user has either cancelled their membership, or their account has been deleted. " and i know its the right user id but anyways thanks for trying |
|
|
![]()
Post
#4
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Nov 2006 Member No: 480,304 ![]() |
i think i found it out you can close this now
|
|
|
![]() ![]() |