First and foremost, the site on which I'm trying to do this is located here.
You can see my attempt so far.
I've tried a few different ways, but I can't seem to get the dark grey borders to snap to the actual comic, and I was wondering if I could get a hand in regards to it.
Here's what my template looks like at the moment:
As you can see, I tried using ImageReady in this revision, but still to no avail.
Any help would be greatly appreciated, thanks in advance.
You can see my attempt so far.
I've tried a few different ways, but I can't seem to get the dark grey borders to snap to the actual comic, and I was wondering if I could get a hand in regards to it.
Here's what my template looks like at the moment:
Code:
<table border="0">
<tr><td><strong><nobr><?=$COMIC_TITLE?></nobr></strong></td><td align="right"><strong><nobr><?=$COMIC_DATE?></nobr></strong></td></tr>
<br>
<!-- ImageReady Slices (Untitled-1) -->
<table id="Table_01" width="850" height="1028" border="0" cellpadding="-1" cellspacing="-1">
<tr>
<td colspan="2">
<img src="../bits/Top.png" width="825" height="25" alt=""></td>
<td rowspan="3">
<img src="../bits/Right.png" width="25" height="1028" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="../bits/Left.png" width="25" height="1003" alt=""></td>
<td>
<?=$COMIC?></td>
</tr>
<tr>
<td>
<img src="../bits/Bottom.png" width="800" height="25" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
<br>
<tr><td colspan="2"><?=$COMIC_COMMENT?></td></tr>
<tr>
<td width="25%" align="center"><?if(!$IS_FIRST):?><a href="<?=$FIRST_URL?>">First</a><?endif?></td>
<td width="25%" align="center"><?if(!$IS_FIRST):?><a href="<?=$PREV_URL?>">Previous</a><?endif?></td>
<td width="25%" align="center"><?if(!$IS_LAST):?><a href="<?=$NEXT_URL?>">Next</a><?endif?></td>
<td width="25%" align="center"><?if(!$IS_LAST):?><a href="<?=$LAST_URL?>">Last</a><?endif?></td>
</tr>
</table>
<br>
<?if($NEWS):?>
<table cellspacing="1" cellpadding="5" border="0" class="tb">
<tr class="th"><td>News</td></tr>
<?=$NEWS?>
</table>
<div><a href="news.php">More News</div>
<?endif?>
As you can see, I tried using ImageReady in this revision, but still to no avail.
Any help would be greatly appreciated, thanks in advance.