Re: [b]Friendster Div IDs[/b]
[quote][b]/*-- Control Panel --*/[/b]
0[/quote]
[quote][b]/*-- Photo Gallery --*/[/b]
1[/quote]
[quote][b]/*-- Featured Friends--*/[/b]
2[/quote]
[quote][b]/*-- More About -
try hiding your "moduleName" not your "moduleID"
[b]This is Friendster's source code;[/b]
"moduleID": "0",
"moduleName": "controlpanel"
[b]and this will be your CSS output:[/b]
.controlpanel {display:none!important; }
don't forget the "." (dot) before the module.
[b]Here are some examples:[/b]
.scrapbook
.friends
.photos
(CSS Codes)