It’s easy to replace the smiley friendster logo with yours. All you need to do is remove the Friendster logo, create your own logo and place it there. Just follow the tutorial below.
1. To
remove friendster logo, add the
CSS code below:
/*REMOVE LOGO - FRIENDSTER-TWEAKERS.COM*/
#navigation div img {
height:0px ;
width:0px ;
}
2.
Prepare your own logo.
You can use any image, or you can create your own logo. The logo must be an image file (.jpg, .gif, .png). The size of the logo is important. The height should be less than 60 pixel, for example, I’m using a 280×55px image (Actually you can use bigger logo, but it’ll needs some more modification with navigation bar).
3.
Upload your image file.
Your logo needs to be online so others can view it. It’s OK to use free image hosting service like imageshack.us or photobucket.com.
4. To
place the logo on your page, use the
CSS code below:
/*REPLACE LOGO - FRIENDSTER-TWEAKERS.COM*/
#navigation { background-color: transparent;
background-image:url(THE URL OF YOUR IMAGE);
background-repeat: no-repeat; background-position: top left;}
ayan po.. thanks... hehe ^_^ add nyo ko
lilice_112006@yahoo.com