Possible Duplicate:
HTML/CSS: Image/div is not appearing in Mozilla but is in IE?
I am using Dreamweaver and the image shows up fine in there but once I upload the page and image to the server all that shows is the empty div.
I’ve tried removing the ‘.jpq’ and I’ve removed the white space from the image name but still no image shows when pulled up over the internet.
<div style="background-color:#D9BA26; height:480px; width:320px;" >
<img src="images/Magic Hat #9.jpg" style="width:100%;height:100%;" />
</div>
It’s good practice to use underscores or hyphens instead of spaces when it comes to URLs, also you cannot use hashes as these are reserved for anchors in a page. Basically, save the image name as something else that doesn’t have spaces or hashes and you’re good to go.