Hey, after adding an image to my sideboxes i thought it was all a but to blue so i made another image of the same dimensions to my images folder it was only a different colour.
I them when to my stylesheet and found this bit
I edited this to sayPHP Code:.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
}
PHP Code:.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
}
.centerBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/centerbox_tile_header.gif);
padding: 0.5em 0.2em;*
This messes up the whole layout of the page though, is there anyway i can get this too work and why does it mess up the layout?
Thanks



