maganda

Posts: 4 Join date: 2008-06-19
 | Subject: How to remove the ads on friendster profile? Tue Jun 24, 2008 3:43 pm | |
| can u please help me how to remove the ads on my profile on friendster? |
|
mythie

Posts: 6 Join date: 2008-06-19
 | |
unholy

Posts: 10 Join date: 2008-06-19
 | |
unholy

Posts: 10 Join date: 2008-06-19
 | Subject: Re: How to remove the ads on friendster profile? Tue Jun 24, 2008 4:07 pm | |
| im not sure with this but I just found it on internet you can try it if you want it wont hurt anywayHow to remove those ads on my Friendster profile?
1. Login to your Friendster, and go to Edit Profile. 2. Click on the Customize tab 3. If you are using the made ready skin before this, please change it back to “No Skin/Custom CSS”, or the code might not work. 4. Copy and paste the following CSS code under the “Advanced users: Personalize your profile with CSS” box.
/*** BEGIN: REMOVE TEASER BOX ***/ /*REMOVE TEASER BOX - FRIENDSTER-TWEAKERS.COM*/ #teaserBox {height:0pt; width:0pt; overflow:hidden; background:transparent; border-width:0px!important;} /*** END: REMOVE TEASER BOX ***/
/*** BEGIN: REMOVE MORE ABOUT ME ADS ***/ .fullwidth { width:0px!important; height:0px!important; position:absolute; top:-5500px; background-color:transparent; filter:alpha(opacity=0);opacity:.0; } /*** END: REMOVE MORE ABOUT ME ADS ***/
/*** BEGIN: HIDE �SHARE YOUR LATEST REVIEWS� LINK ***/ .center #reviewpromo {position:absolute; left:-15500px; height:0px!important;} /*** END: HIDE �SHARE YOUR LATEST REVIEWS� LINK ***/
/*** BEGIN: HIDE FOOTER ADS ***/ .adHeadline, .adText, .adLink { filter: alpha(opacity=0); opacity:.00; height:0px !important; width:0px !important; text-decoration: none; color: #ffffff; font-size:0px !important; } #sn_adbrite { left:-5500px; } /*** END: HIDE FOOTER ADS ***/
After you are done copying and pasting the CSS code, preview your Profile and voila, there will not be any ads more. The code is working when I’m posting this, but who knows if Friendster stop this code from working in future. Good luck.
Code originally by Friendster-Tweakers.com, and compressed by Fauzi.
|
|
Admin FreedomBird

Posts: 10 Join date: 2008-06-14
 | Subject: Re: How to remove the ads on friendster profile? Tue Jun 24, 2008 4:27 pm | |
| It doesnt work on mine maybe there's something wrong with the code |
|
CyberAnito

Posts: 2 Join date: 2008-06-25
 | Subject: Re: How to remove the ads on friendster profile? Wed Jun 25, 2008 2:51 pm | |
| |
|