//flex table opened by JP

Click to See Complete Forum and Search --> : Getting images to show on web pages


quietinthecorner
02-04-2000, 12:25 AM
I uploaded all my files to web site, now I go to http://www.fortunecity.com/meltingpot/hong/430 and images aren't there, anyone know how I can get the images,etc to show up??????
Duh uh! Talk "slow" because I'm the same.

Mntsnow
02-04-2000, 01:09 AM
Well from what I can see from your coding the reason the pics are showing up is you dont have the webpage "looking" in the right place for them.

You have: <img src="images/index.1.jpg" width="163" height="180" alt="wpe8.jpg (8756 bytes)">

and I think you need to have it listed so it looks like this:

<img src="index.1.jpg" width="163" height="180" alt="wpe8.jpg (8756 bytes)">


In short easy terms get rid of the call to the images/

Mntsnow

btw when you type the addy :
http://www.fortunecity.com/meltingpot/hong/430/index.1.jpg

The picture will show up http://www.sysopt.com/forum/smile.gif


[This message has been edited by Mntsnow (edited 02-04-2000).]

jad1097
02-04-2000, 05:17 AM
That,s it. You don't need the images/ unless all the images are in a seperate folder.
Like mine is here http://www.geocities.com/jad1097/images/car3.jpg <p><img src="images/car3.jpg" width="320" height="240"></p>


opps I can't even get my own url right!fixed



[This message has been edited by jad1097 (edited 02-04-2000).]

U-96
02-04-2000, 06:11 AM
I also use fortunecity. One of the quirks of their hosting is that paths and filenames are case sensitive. Be sure to reflect that if you link to files/images from within the board.

U-96

quietinthecorner
02-04-2000, 10:35 PM
Thanks for the answers,will be trying it tonight,tanks mucho!!