Remove the schools section on MySpace

Hide or remove your schools section on MySpace

Question:

Dwayne asks: Thanks for these nice MySpace profile codes that you guys publish over here. Hopefully you can help me make some code to hide Schools on MySpace, can you?

Answer:

Thanks for your question, Dwayne. Hiding MySpace schools is quite easy. Please proceed as following in order to hide this section:

Grab the required CSS code from the following widget and post it to your MySpace profile (by clicking on Copy) :

You can also manually copy the code from below and paste it in the About Me box:

<style>

/* hide Schools */

.userProfileSchool {display: none;}

</style>

How to hide music on MySpace?

How to remove your music player on MySpace?

Question:

Timmy asks: I am looking for some html code i can use in order to remove the MySpace media player? Can you help?

Answer:

Thanks for your question, Timmy.

A few people already asked how to hide music on MySpace. The answer is to go ahead and grab the required CSS code from the following widget (by clicking the Copy button):

You can also manually copy the CSS code from below and paste it on MySpace:

<style>

/* hide music */

td td embed, td td object { position: absolute; top: -700px;
left:-600px; }td td td embed, td td td object
{ position: static; }

</style>


  • Recently Written