http://gallery.juicy-flawless.org/
I've edit my template several times, and it seems to never move. Help? ???
That's html basics... there are many sites that deal with html, try to read and understand as much as possible
From your source
<table align="center" width="75%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="78%" align="center">
<a href="http://juicy-flawless.org/gallery"><img src="http://img.photobucket.com/albums/v53/floetic_justice/csooncopyej8.png" height="403" width="580"><br><br />
</td>
<td width="100%" align="center"><br><br><br>
<h1>Juicy Flawless</h1>
<h3>The largest HQ Lucy Lawless Gallery on the Web</h3><br />
After your image you start a new table cell but no new row. Without a new row, a new table cell aligns next to an existing cell.
so the below code should work
a href="http://juicy-flawless.org/gallery"><img src="http://img.photobucket.com/albums/v53/floetic_justice/csooncopyej8.png" height="403" width="580"><br><br />
</td>
</tr>
<tr>
<td width="100%" align="center"><br><br><br>
off topic: you really need to hotlink?
Okay, I was wondering about that. My HTML knowledge is very beginners level.
Quoteyou really need to hotlink?
What do you mean? ???
Why do you link to imagebucket instead of uploading the picture to your own server?
I'm trying to save as much space as possible :P
Then don't run an image gallery in the first place... Storing your navigational and design items on someone else's server is just silly.
Photobucket.com (http://photobucket.com) is free, and many people use it. ::)
Many people use it to upload their content to it. But you should not use it to store site navigation items there. Anyway, not the initial issue of this thread, so back to topic please.