Images not visible in browser preview

When I insert images and preview my site in a browser, only the alt text is visible. For what it’s worth, I’m using Dreamweaver. No warnings have popped up indicating otherwise, so, as far as I know, all of the images I’m trying to insert are in the root folder.

Please let me know if there’s any additional information or code I can provide that would make it easier to solve my problem.

Thanks everybody.

Hi m_weagley, welcome to the forums,

One way to test is to make a direct HTTP request for the file, eg.

http://your.domain.com/image.jpg

If you see it OK then you know it’s where you think it is, it isn’t corrupt, and the perrmissions are most likely adequate.

Also double check the path (relative or absolute) including spelling and case in your HTML code.