PDA

View Full Version : No pictures or graphics on site



ferryc2
02-05-2008, 01:03 PM
I'm new to Host monster, and I uploaded my web site. My web site creator said it uploaded alright, but when I checked my page there was only text - no graphics or pictures.

Does anyone know what might be causing this?

Cheers!

shadmego
02-05-2008, 01:37 PM
Without a link or a more descriptive explaination on what your issue is, it is hard to say what is causing your problems.

I can tell you though, that 99.9% of the time someone is having issues with images not showing up on their webpages the problem can be traced to a misconfigured link to the image, or the image being in the wrong place.

I can't tell you how many posts are in the forums here that deal with this very issue, so I would suggest some time spent in the search feature of the hostmonster forum. I am sure you are bound to find the resolution to your problem.

Specifically, look in your html code for lines that look like this:


<img src="images/image.jpg" />

Make sure your src path is pointing to the correct location of the image you are trying to load into the webpage.

If the code in your html looks similar to the code above, then you want to make sure you have a directory named images inside your public_html directory/folder with all your images inside that folder. If not, make sure the src path points to the actual location of the images ... wherever they happen to be.

~regards, and welcome to the Community!

ferryc2
02-05-2008, 05:13 PM
Thanks for the info!