» [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=xavierkym]For the Master Boxes. (We use div_classes)
Code:
/* Control Panel */
.controlpanel {display:none!important;}
Code:
/* Photo Gallery */
.photos {display:none!important;}
Code:
/* Blogs */
.blogs {display:none!important;}
Code:
/* Reviews */
.reviews {display:none!important;}
Code:
/* More About */
.moreabout {display:none!important;}
Code:
/* Testimonial & Comments */
.publiccomments {display:none!important;}
Code:
/* Media Box */
.scrapbook {display:none!important;}
Code:
/* How You're Connected*/
.meettrail {display:none!important;}
Code:
/* Featured Friends */
.friends {display:none!important;}
Code:
/* Fan Of */
.fanof {display:none!important;}
Code:
/* Groups */
.groups {display:none!important;}[/quote]
i think some of those classes are already removed by friendster .. use ids instead ..
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
^i agree
my fans,groups.blogs.photo gallery is showing
even if i used some hide codes for it
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
use these :
[quote]/*-- Control Panel --*/
#content_0{display:none;}
/*-- Photo Gallery --*/
#content_1{display:none;}
/*-- Featured Friends--*/
#content_2{display:none;}
/*-- More About --*/
#content_6{display:none;}
/*-- Fan of Box --*/
#content_7{display:none;}
/*-- Groups --*/
#content_8{display:none;}
/*-- Media Box --*/
#content_10{display:none;}
/*-- Reviews --*/
#content_12{display:none;}
/*-- Blogs --*/
#content_13{display:none;}
/*-- Google Ads--*/
#content_14{display:none;}
/*-- Meettrail Box--*/
#content_15{display:none;}
/*-- Testi & Comments*--/
#content_18{display:none;}[/quote]
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
^it worked but im having a hard time
thinkin how to remove the header
cause only the content of the box i hide is gone
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=jee-ar]^it worked but im having a hard time
thinkin how to remove the header
cause only the content of the box i hide is gone [/quote]
use this to hide the header!!
<">
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
everyone!!!
pls,,,.......!!!
help me
i dont know what to do
can everyone pls. help me??
where will i put the codes written there??
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=mess]everyone!!!
pls,,,.......!!!
help me
i dont know what to do
can everyone pls. help me??
where will i put the codes written there??
[/quote]
paste it on your css extension...
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
everyone!!!
pls,,,.......!!!
help me
i dont know what to do
can everyone pls. help me??
where will i put the codes written there??
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=Arsonist]jee-ar wrote:
^it worked but im having a hard time
thinkin how to remove the header
cause only the content of the box i hide is gone
use this to hide the header!!
Code:
/* Hide the headers of all box */
.commonbox h1, .commonbox h2 {display:none!important;}[/quote]
wat about removing only the header of the fanbox and groups??
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
hey mess you've already post that...avoid double posting...
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=marius]wat about removing only the header of the fanbox and groups??[/quote]
use this
<">
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
how abut to remove control panel header, photogallery header, media box header, friend header, fan of header???
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
whats that
whats that css extension thingy
haha sorry..
i really dont know anything here...
pls..
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=ends..in..deatH]its not working.[/quote]
[quote]/*-- Testi and Comments--*/
#content_18{display:none;}[/quote]
try this one!!
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
[quote=Arsonist]/*Hide Fanbox header*/
#content_7 .h2 {display:none!important;}
/*Hide Group header*/
#content_8 .h2 {display:none!important;}[/quote]
is that working?
not working on my profil
it still appear
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
hey guys..
how about hiding the home,my applications,my profile,google search,friendster logo and so on...waaaa,,
my profee is a mess now..hohoho
Re: [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha
» [b]Insights:[/b] Based on HyperText Markup Language [i](HTML)[/i].
[quote][b]What are Hide Codes? [i](el)[/i] [/b]
[b]Hide Codes[/b] - codes used to remove tags, identifications and classes.
[b]Wha