1. Open up your Friendster CSS code that
you have made, And find the following code:
Code:
/* BOX BG & BORDER: NAV BAR */
#navigation { background-color:transparent;
background-image:none; }
OR
Code:
/* BOX BG & BORDER: NAV BAR */
#navigation
{
background-color: transparent;
background-image: none;
}
2. Insert Code property, Your own
image/banner url, and supporting code so it
will look like this:
Code:
#navigation
{
background-color: transparent;
background-image: url(Your own URL);
margin-left: 0px;
margin-right: 0px;
padding: 0px;
width: 940px;
height: 121px;
}
The best Fit Logo / Banner size is
940x121 pixel.
|