Image and Pictures problems

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
mosman
500 Command not understood
Posts: 4
Joined: 2009-11-18 04:12
First name: Dan
Last name: Mos

Image and Pictures problems

#1 Post by mosman » 2010-04-17 16:19

Hi All
I've been having problems transfering all my images and pictures to my web site, When I am working on the hard drive files all the images are there and look good but as soon as I download to my remote site they are missing, the only thing that I have is the outline of where the image should be and the little red X in the top left corner.
My Web pages are edited with Microsoft word, is there a specific program that I need to open my images with??????
Thanks

bamboonut
500 Command not understood
Posts: 3
Joined: 2009-02-10 20:15
First name: Dale
Last name: Barnoff

Re: Image and Pictures problems

#2 Post by bamboonut » 2010-04-24 22:42

Well without a look at the code it is hard to help you.

But it sounds like browser can't find them so make sure you are correctly pointing to were the images are located. So if they are in a folder called Images, make sure you linked to them with

Code: Select all

<img src="http://www.example.com/Images/Pic_1.jpg">
for example.

Post Reply