Hosting Images

Nusua

New Member
Code:
<CENTER>
<a href="index.html"><img src="graphics/Luminous Minds Test Logo.jpg" /></a>
</CENTER><br />
<CENTER>
<img src="graphics/menuline.jpg"/>
</CENTER>

This line of code works fine offline, but when I'm trying to share the HTML, my images can't be displayed.

What's weirder is that I try hosting the images on Majhost and re-writing the code, but they won't show up for the sole fact that they're jpeg (strange..).

I've been told that images will not be lost in the transfer from offline to online because as long as they are in the same directory, everything will be together.. I guess not.
 

chrishirst

Well-Known Member
Staff member
A path of graphics/menuline.jpg says the image will be found in a subfolder called "graphics" of the current document location.

If it isn't there, ..... it won't be found.
 

AsheSkyler

New Member
If matching locations doesn't work, try removing the blank spaces from the file and link path too. Some hosts get picky about blank spaces or convert them to "%20".
 

Presence

New Member
Your image source can be the full length of the exact URL of the image. So once you've loaded the image online find it's specific URL, ending in whatever it may be .gif, .jpeg...
 
Top