Forkboy Posted February 2, 2012 Share Posted February 2, 2012 Ok not sure if this is the right place to post this but I've tried searching the forums but nothing seems to apply to my problem. I am trying to add a background image to the site, I have added it to the global.css file but when I implement it to the site I loose all the side column top and bottom image backgrounds. I know it going to be something stupid to fix my problem but I can't figure out what I'm missing (and where) this is what I added (in red) body { background: url('backgroundv2.jpg') no-repeat; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } any idea? Link to comment Share on other sites More sharing options...
dlm Posted February 3, 2012 Share Posted February 3, 2012 Try next, also try to use png instead jpg body { background-color: white; background: url('../img/backgroundv2.jpg') no-repeat; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } Link to comment Share on other sites More sharing options...
Forkboy Posted February 3, 2012 Author Share Posted February 3, 2012 Thanks for the reply, It's not the directory that is the issue (I uploaded it to the css folder so background: url('backgroundv2.jpg') no-repeat; is correct) I will try the png but I think it has something to do with the "background" attribute just not sure why. Any other ideas? I thought the forums where here to help? Link to comment Share on other sites More sharing options...
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