How to Hide a URL & Music Player

How to Hide a URL & Music Player thumbnail
Hide a URL and music player.

MySpace is a social networking website that is geared towards customization, and users tend to customize virtually every aspect of their profiles. Just about anything you don't want to show up on your profile or you want to change, you can do so with a bit of CSS and HTML coding. If you want to hide a URL and music player on MySpace, all you need are the appropriate codes.

Things You'll Need

  • MySpace account
Show More

Instructions

    • 1

      Navigate to and log in to your MySpace account.

    • 2

      Hide your URL by copying and pasting the following code into the "About Me" section of your profile if you have MySpace 1.0: <style type="text/css">.userProfileURL { display:none; }</style>.
      If you have MySpace 2.0, copy and paste the following code into the CSS section under "Customize Profile": .urlLink { display: none; }.

    • 3

      Hide your music player by copying and pasting the following code into the following code into the "About Me" section of your profile if you have MySpace 1.0: <style type="text/css">.a {MypsaceGens Hide Music Player http://www.myspacegens.com/handler.php?page=tutorials&12=S} embed, object { filter:alpha(opacity=0.2); opacity:0.02; } td td td embed, td td td object, table table td.text embed, table table td.text object { filter:none; opacity:none; } table table div { position:absolute; top:0px; left:-250px; } table table td.text div, table table div div, table table table div, div table table div, table div table div { position:static; } table.interestsAndDetails { margin-top:-25px; }</style>
      If you have MySpace 2.0, copy and paste the following code into the CSS section under "Customize Profile": .musicPlayerModule div.moduleBody { width: 1px; height: 1px; } .musicPlayerModule object { filter: alpha(opacity=0.1); -moz-opacity: 0.1; opacity: 0.1; height: 1px; width: 1px; }.

Tips & Warnings

  • Hiding your music player will not stop your music from playing on your page in the background. The music player will simply be hidden.

  • Hiding your URL simply removes the URL from your MySpace page. The URL can still be seen in the address bar.

Related Searches:

References

  • Photo Credit http image by Steffi Mueller from Fotolia.com

Comments

You May Also Like

Related Ads

Featured