Log In · Register

 
turn off xanga profile?, remove profile pic & info?
myglasshouse
post Nov 12 2007, 12:02 AM
Post #1


Member
**

Group: Member
Posts: 24
Joined: Feb 2005
Member No: 97,382



i've searched through the scripts and can't seem to find the script for removing one's profile picture and profile info from your xanga page? i do believe it was posted about two years ago but many of the scripts that were posted two years ago no longer seem to be valid.

does anyone know the script for turning off your xanga profile so it doesn't display in your layout? the script for removing blogrings, calendar, top tags, etc. will not work for turning off the profile.
 
 
Start new topic
Replies
twodreamlovers
post Dec 29 2007, 11:27 PM
Post #2


always<3.
****

Group: Official Designer
Posts: 242
Joined: Mar 2006
Member No: 387,714



CODE
<style type="text/css">
.left{display:none;}
</style>


if you want only the image to disappear then
CODE
<style type="text/css">
.left img{display:none;}
</style>


if you want only the links (read my profile, sign my guestbook) to disappear then
CODE
<style type="text/css">
.left .smalltext{display:none;}
</style>


or if you want only the text to be gone, you can specify the ids. for example, for the name part
CODE
<style type="text/css">
.left #ProfileModule1_lblBasic{display:none;}
</style>


just view source. look at the id which is <span id="ProfileModule1_lblBasic"> and place them into the stylesheet.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: