Need help getting my images to display

jbdigita

New Member
Messages
1
Reaction score
0
Points
1
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?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
As long as your CSS file and your image are in the same directory, and that is the exact filename of your image (*nix is case-sensitive; Windows is not) that should work. We'd need to have a link to your site to be of much more help.
 
Top