View Full Version : I give up.... need help with image


Tam
12-04-2005, 10:54 PM
If any one can offer me any suggestions... it will save me from throwing my lap top out the window! ha ha...

So, I am having problems with FTP. My pages appears fine on my computer as well as in the editor program; HOWEVER when transfer it over to my site, I only see that red "x" where the image is suppose to be.

I have tried EVERYTHING!

I have gone into my website via FTP and draged/droped the site and image. I also went into my website via the web hosting website and uploaded and transferred the image to the server and it still will not work.

Any suggestions?

luvhartz
12-04-2005, 10:57 PM
look at your image tag, if the src is to the image on your computer IT WILL NOT WORK. You have to upload the image to the server and replace the computer URL with the URL of the image on your host :)

EG:
<img src="c:/whatever.blah">
becomes
<img src="http://www.yourwebsite.com/whatever.blah">

Tam
12-04-2005, 11:14 PM
Hi LuvHartz,

Thats not working either.... not sure what is going on. I see the picture uploaded seperately on my server, but it will not work on the site. It is still giving me the red x.

kiara
12-04-2005, 11:14 PM
is your image in a folder?

harmor
12-04-2005, 11:16 PM
Right click on the red x and go to properties.
This will show you the path to the folder that the image is supposed to be in.

Tam
12-04-2005, 11:19 PM
For whatever reason, NOW it is working... lol I didn't change anything, just resaved it and it worked. However, it worked with the following code:

<div align="center"><img src="Image01.GIF"></div>

The site is www.FireHouseManagement.com