hi,
my side boxes have lost thier color can anyone tell me how i can get the color back.
i don't know what i did.
it disappeared, it has been like this for almost a year.
i have the classic template.
hi,
my side boxes have lost thier color can anyone tell me how i can get the color back.
i don't know what i did.
it disappeared, it has been like this for almost a year.
i have the classic template.
[FONT=Georgia]www.billionairegirlsclub.co.uk[/FONT][FONT=Georgia] [/FONT]
#logoWrapper{
background-image: url(..C:\Documents and Settings\gracelyn\Mina dokument\Mina bilder\cooltext42017882.jpg???);
background-repeat: no-repeat;
background-color: #ffffff;
height:75px;
}
Your background image needs to be hosted on your server for it to appear and the css should actually look like this:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:210px;
}
You also need to change the height of your logo wrapper to move the rest down under it, to something like 125px
All the places where you do have the css coded correctly:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
font-weight: bold;
color: #ffffff;
height: 1%;
}
Make sure that image actually exists in the images folder on your server :)
Hi, thanks for your help!
i changed the logo wrapper.
now how do add the image to my server?
[FONT=Georgia]www.billionairegirlsclub.co.uk[/FONT][FONT=Georgia] [/FONT]
How do i put back the color on the top of my side boxes, header and footer.
i don't know what i did when i was poking around but i lost the color, i have the classic green template.
Please help
[FONT=Georgia]www.billionairegirlsclub.co.uk[/FONT][FONT=Georgia] [/FONT]