myspace 2.0 BasicInfoDetails Profile Info area
Hiding The content in the Basic Info/Profile Info area of the MySpace 2.0 Profile
This content can NOT be hidden using the built in myspace profile Customize/Edit tool.
However, it can be hidden using simple css.
{! hide profile image !}
div.photo {display:none}
To hide the ENTIRE top section use this:
{! Hide Basic Information Module !}
div.basicInfoModule {display:none;}
OR instead just hide the individual elements within the basic info module:
{! Hide Name !}
div.basicInfoDetails h2 {display:none;}
{! Hide contact Links !}
ul.contactLinks {display:none;}
{! Hide url !}
span.urlLink {display:none;}
{! hide headline OR mood and status !}
div.basicInfoModule blockquote p {display:none;}
{! hide status !}
span.status {display:none;}
{! hide mood !}
span.mood {display:none; }
{! hide only time mood updated !}
div.basicInfoModule div.basicInfoDetails span.date {display:none;}
{! hide only the mood status view more link !}
div.basicInfoModule div.basicInfoDetails span.view a {display:none;}
{! hide the View My: photos Videos !}
div.pageLinks {display:none;}
{! hide only the words "View My:" !}
div.pageLinks em {display:none;}
{! hide pictures link; also hides Video link if Blogs are Hidden !}
div.pageLinks li.odd {display:none;}
{! hide only the blogs link IF blogs are hidden!}
div.pageLinks li.even {display:none;}
{! hide only videos link !}
div.pageLinks li.last {display:none;}
Show a different image on your page, then the image used as your default display picture:
Put this code in the css area of the customize section:
{! Use different images for Display Pic on page, and Default image !}
{! code author:Eileen !}
div.basicInfoModule div.photo {background-image:url(http://i287.photobucket.com/albums/ll142/mpskin/face1.png);
background-repeat:no-repeat;
background-position:center top; width:177px; height:180px;}
div.basicInfoModule div.photo a, .i {display:none;}
If you found my code useful, you can help me by adding the following block to your about me or interests area.
This will not show a visible link on your myspace page, it will only be visible to those who read your code.
<a class=i href="http://xiii.us/ms1/">myspace 2.0 Basic Info, Profile Info area</a>
,
4 Comments:
this was amazingly helpfull. i thank you very much :]
thank you so so so soooo much!!! <3 this was VERY helpful.
it didnt work for me! :(
Thank you so so very very much. i've bookmarked this and everything. very helpful :) Thank you
Post a Comment
Due to Excessive Spam, I have turned on comment moderation.
Links to this post:
Create a Link
<< Home