<< Okay, this question is COMPLETELY irrelevant to this topic, but what the hell is the HTML command to get a webpage to load up the images like that? I tried loading up the source, but for some reason that never works. Any help? >>
Perhaps you're thinking of setting WIDTH and HEIGHT attributes?
<img src="image.jpeg" WIDTH="100" HEIGHT="100">
This forces the image to be 100x100 pixels. You can simply embed this thumbnail in a link to the full size image.
-Shy