How to hide my display picture on MySpace 2.0 ?
Code to hide or remove your display pictureon MySpace
Question:
Antonia asks: I am using the new 2.0 MySpace profile. I would like to go ahead and hide my display picture. Possible?
Answer:
Thanks for your question, Antonia. You can easily hide your display photo in your profile’s basic info section. All you’ll need to do is apply some CSS code to your MySpace web page.
Please go ahead and post the required code to the section named CSS in your new MySpace profile (by clicking on Copy) from the following widget. If you are new to MySpace 2.0, look here for instructions on how to implement codes on MySpace 2.0.
You can also manually copy the code from below and paste it on MySpace:
<style>
/* Hide display picture */
div.basicInfoModule div.photo {display:none;}
</style>
Want to customize your MySpace profile? If so, we suggest that you browse the tons of codes available in our MySpace codes page.
Filed Under: Hide MySpace stuff • MySpace 2.0 • MySpace Help
Other useful related answers:
- How to hide the MySpace profile picture?
- Using a picture in other picture’s caption code
- How to hide my details on MySpace 2.0 ?
- How to hide your display name on MySpace?
- How to hide Blurbs titles on MySpace?
