For instance, normally if I have everything in one folder and I wanted to pull up an image all I have to do is:
<img src="image.jpg">
However, if the image isn't in the same folder as the html file I'm using, how should I change that code? Similarly how would you do that to link other html files? Normally I can just stick in <a href="site1.html">Site1</a> and that works fine if everything's in the same place, but I can figure out how to do it is just to put in the entire url of the page.
I've tried googling, but a lot of sites give the basic info on how to link and pull up images and don't go into that much detail. Any help would be greatly appreciated, I hope I made sense












