PDA

View Full Version : image problems


alexy2005
10-08-2006, 09:53 PM
hi,

i tried to link an image which is being hosted on ulmb on index.html page which is also stored on ulmb but it does not seem to work.

when i type in the address manually, the image appears.

is there something wrong? i used <img src="http://.....">

help in this matter is much appreciated.

thanks

alex

UnlimitedMB
10-08-2006, 09:55 PM
Please give the url to the page where the image should show.

arenlor
10-09-2006, 02:54 AM
ok I see the problem.
don't use http://.... use the direct statement, <img src="image location" alt="Image" /> where image location is where the image is in reference to the file where you're calling it from. for example if you have the image in the same folder as the page you're calling it from (index.html) just use the image name, if it's in a folder in the same folder that index.html is in use that folder's name then a / before the image's name.

alexy2005
10-09-2006, 08:29 PM
thanks for the help. it worked...

but what happens if i want to link externally. for example, if i have an auction and i want to link the image. i find that it does not work.

for example, i have an image called view_all.gif

thanks

UnlimitedMB
10-09-2006, 11:47 PM
You cannot hotlink images.