Uploading Images onto the sever

They have: 5,633 posts

Joined: Jan 1970

I have been having a lot of trouble getting my images to appear on my web page. I uploaded them along with my index.html to my server but only the index show up ( witha couple boxes where my imgaes are supposed to be.) I am using Composer so I don't write the HTML code myself, but I cannot figure out what I am doing wrong.
-Noah-

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

Hi, two things:
1.) Make sure you upload the images in BINARY mode.

2.) Make sure the links on your site do not point to _local_ images (e.g. the code should look like <img src="image.gif"> and not
<img src="file:///C|/folder/image.gif">

------------------
Web Design - Hosting - Promotion - Programming
InfoStar Web Design - Click Here!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.