turn off xanga profile?, remove profile pic & info? |
turn off xanga profile?, remove profile pic & info? |
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. |
|
|
|
![]() |
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. |
|
|
|
myglasshouse turn off xanga profile? Nov 12 2007, 12:02 AM
Synesthesia If you want to remove your profile picture and inf... Nov 12 2007, 10:21 AM
digitalfragrance ^ Christy is right. I don't think that code ha... Nov 12 2007, 12:28 PM
Nad62086 Thanks for the great code twodreamlovers, but I... Feb 16 2008, 09:54 PM
Synoptic-Rewind try this code
CODE<style>h2.moduletitle, d... Feb 26 2008, 09:26 PM![]() ![]() |