Uploading Images onto the sever
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 posted this at 19:49 — 4th December 1999.
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.