Jump to content

Recommended Posts

Posted

hi i twigged how to edit the template images to produce diffrent looking sites but when i modify page-bg.jpg it will only change the upper half of the page the other half of the page goes a grey color.

 

any ideas how to change the grey bit?

Posted

got it just for anyone elses records...

 

you need to edit (in the file css/template_css.css)

 

 
body{
margin: 0px 0px 0px 0px;
background: [color="red"]#9FB2C6[/color] url(../images/page-bg.jpg) 0 0 repeat-x;
text-align: center;
font-family: Arial;
color: #666666;
}

.......carry on down the page for a while.....
#footer{
color: #9EA0A2;
font-family: Arial;
font-size: 10px;
padding-top: 40px;
position: relative;
height: 100px; /* 30 */
clear: both;

background-image: url('../images/footer.jpg');
background-repeat: no-repeat;
background-position: top center;
background-color: [color="Red"]#9FB2C6[/color];
font-weight: bold;
}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...