i wanna hide the about me and the who i want to meet on my profile.. what is the script?? thx before
<">paste that in your CSS EXTENSION
hide about me and who i want to meet
[quote]/* More About */
.moreabout {display:none!important;}[/quote]
paste that on your CSS EXTENSION...
Last edited by simpleMe (2008-04-11 00:57:41)
Thanks dude
[/quote]
for the box, use this:
.content_0
{
color: #ffffff;
}
for the fonts and contents of the box, use this:
/*-- Change Font color in Control Panel --*/
#content_0 { color: #ffffff;}

/*-- Testi & Comments*--/
.publiccomments {
padding: 2px 2px 2px 2px;
width: 500px;
height: 320px;
overflow: auto;
scrollbar-face-color:000000;
scrollbar-highlight-color:000000;
scrollbar-3dlight-color:cccccc;
scrollbar-shadow-color:000000;
scrollbar-arrow-color:FFFFFF;
scrollbar-track-color:000000;
}
/*-- More About --*/
.moreabout {
padding: 2px 2px 2px 2px;
width: 500px;
height: 300px;
overflow: auto;
scrollbar-face-color:000000;
scrollbar-highlight-color:000000;
scrollbar-3dlight-color:cccccc;
scrollbar-shadow-color:000000;
scrollbar-arrow-color:FFFFFF;
scrollbar-track-color:000000;
}