Hi Again (since I'm on a winning roll )
I have a 12 leaves template Robbo Red and am looking into changing the background colour.
I have tried a few things with out success as it should be a easy process of just changing the stylesheet file but they seem to have a lot of images controlling the outer boarder .... I am thinking of changing it to a subtle light blue or single colour
Here is a bit of code I think matters
body {
margin: 0;
font-family: arial, helvetica, sans-serif;
font-size: 0.75em;
color: #525151;
line-height: 1.35em;
text-align: center;
}
.body-wrapper {
background: url("../images/body_bg.gif") repeat;
min-width: 990px;
}
.body-bg {
background: url("../images/body_bg.png") repeat center top;
margin: 0 auto;
width: 990px;
height: 1%;
}
#header_bg {
text-align: center;
margin: 0;
}
.body-upper-bg {
padding: 4.667em 0 0 0;
height: 1%;
}
.body-bottom-bg {
height: 1%;
background: url("../images/spacer.gif") repeat-x center bottom;
padding: 0 0 6.5em 0;
}
.center-upper-bg {
background: url("../images/center_up_bg.png") no-repeat center bottom;
height: 15px;
}
.centered-wrapper {
margin: 0 auto;
width: 990px;
}
a img {border: none; }
Thanks again


Reply With Quote
