Not sure if this is the correct place to post this but as I'm very new here and have never built a website before, I thought I'd give it a try:
I designed my webpage with a background image, which shows up perfectly when I view the HTML file on my computer, but on the actual host it does not show up at all. I uploaded the actual image to the host, and here is the code in my CSS file:
.body { background-image: url(background_cropped.jpg); padding-bottom:100px; }
A little help?
I designed my webpage with a background image, which shows up perfectly when I view the HTML file on my computer, but on the actual host it does not show up at all. I uploaded the actual image to the host, and here is the code in my CSS file:
.body { background-image: url(background_cropped.jpg); padding-bottom:100px; }
A little help?