Graeme Posted December 7, 2009 Report Posted December 7, 2009 Hello All, I inserted a background image into the body of my CSS, it looks great locally but when I upload it won't display. I uploaded the style sheet and the images as usual. I used the code in my CSS:- body { padding: 0; margin: 0; font-size: 12px; font-family: tahoma, sans-serif; letter-spacing: 1px; line-height: 160%; background: #000 url("../images/star.jpg.") } div { text-align: left; } #topOfPage { display: none; } #container { width: 730px; padding: 25px; margin: 0 auto; background: #fff url("../images/back.jpg") bottom center no-repeat; } Thank you as always, Best wishes Graeme
Graeme Posted December 7, 2009 Author Report Posted December 7, 2009 Thank you so much. But how did it display localyy? Best wishes Graeme
PicnicTutorials Posted December 7, 2009 Report Posted December 7, 2009 Welcome, because locally it's up to DW (or other), and live it's up to the browser.
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