mossj Posted January 7, 2009 Posted January 7, 2009 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?
rush_tech Posted January 7, 2009 Posted January 7, 2009 I think it defined in the css can't remember where off the top of my head
mossj Posted January 7, 2009 Author Posted January 7, 2009 ahh if it is thats easy enough to fine *famous last words
mossj Posted January 7, 2009 Author Posted January 7, 2009 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; }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now