MySpace Redirect |
MySpace Redirect |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2008 Member No: 611,053 ![]() |
Is there any way to redirect users automatically when they click your MySpace? I've been trying:
CODE <meta http-equiv="REFRESH" content="0;http://www.freewebs.com/adamk13"> but MySpace keeps turning CODE <meta into CODE .. it's annoying the crud out of me! Is there any way I can stop this? |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
i did a code like this once:
CODE <style type="text/css"> .navigationBar, .profileInfo, .userProfileURL, .contactTable, .interestsAndDetails, .userProfileDetail, .userProfileSchool, .userProfileNetworking, .userProfileCompany, .extendedNetwork, .latestBlogEntry, .blurbs, .friendSpace, .friendsComments { display:none; } table div { display:none; } div table div, table table div { display:block; } a.link { dispay:block; width:100%; height:100%; position:absolute; top:0; left:0; } </style> <a class="link" href="URL"></a> it basically turns your profile into a link. |
|
|
![]() ![]() |