How to Hide a Band MySpace URL Box
MySpace musician profiles are highly customizable and almost every detail of the page is changeable. This is because MySpace allows you to enter and edit HTML and CSS coding. Many options are also available for removing content from your musician profile. You can remove entire sections or categories from your main profile such as top friends, comments, band URL and more. In most cases, removing these sections requires only copying and pasting a small portion of coding into your profile information boxes.
Instructions
-
-
1
Sign in to your profile. Before you can make any changes to your MySpace musician account, you will need to log in. Enter your email and password into the login box and press the “Login” button; this will take you to your main login profile page.
-
2
Locate the editing page. Look for the tab that says “Profile” located on the top navigation bar. Mouse over “Profile” and select “Edit Profile” from the drop-down menu. Next, select the tab that says “Musician details." This will take you to the editing page where you can insert code into different sections.
-
-
3
Locate the Bio box. The” Bio” box is where you will need to insert the code. It will be the second box just located under the “Headline” box. Click on the link that says “Edit” just below the “Bio” box.
-
4
Insert the code. To hide the band URL box, you have to hide it using the method of tucking it behind the contact table. To do this, you must paste the following code into the bottom of your “Bio” section below any already entered text.
<style>
Hide Myspce URL in Band Profile
{ http://abrax.us/bbz/HideArtistURLSection.php }
table.contactTable {background-color:white;}
table.contactTable {position:relative; margin-bottom:-70px;}
</style>
Additionally, in the code where it says “White," you will want to change to whatever color will fit your page. So if you want the contact box color to be “black," change “White” to “Black." -
5
Preview the changes. To make sure the changes look correct, click on the “Preview” button. If everything looks acceptable, click on the “Submit” button. To check your changes, click on the “Home” tab on the top navigation bar to go back to your main profile page. Click on your profile picture to view your profile page with the new changes.
-
1