-I want the text smaller in the comments (date, time, etc)
-I want the author avatar to be half sized (if posible)
This is the code currently used:
Spoiler! :
<table cellpadding="20">
<tr align="center">
<td bgcolor="#001166">
<h1>{COMIC_TITLE}</h1>
<h3>{COMIC_POST_DATE}</h3>
<!-- BEGIN comic_image -->
{comic_image.FORMATTED}
<!-- END comic_image -->
<!-- BEGIN switch_no_comic_image -->
<img src="http://i606.photobucket.com/albums/tt146/b-cor/nocomic.png" width="600" height="400">
<!-- END switch_no_comic_image -->
<br>
<a href="http://www.smackjeeves.com/mailtofriend.php?cid={COMIC_ID}" onClick="var new_window = window.open('http://www.smackjeeves.com/mailtofriend.php?cid={COMIC_ID}', 'mail_to_friend', 'width=640, height=480, scrollbars=yes'); new_window.focus(); return false;">Email this to a friend!</a><br />
<br>
<a href={NAV_FIRST}>-- First --</a>
<a href={NAV_PREV}>-- Previous --</a>
<a href="{NAV_NEXT}">-- Next --</a>
<a href="{NAV_LAST}">-- Last --</a>
<form name="jumpbox" method="GET">
<input type="hidden" name="url" value="{SITE_URL}">
<input type="hidden" name="page" value="comic">
<select name="url" onchange="if(this.options[this.selectedIndex].value != -1){ window.location = this.options[this.selectedIndex].value; }">
<option value="-1"> [Archive]</option>
<!-- BEGIN jumpbox -->
<option value="{jumpbox.COMIC_URL}">{jumpbox.COMIC_NUMBER} - {jumpbox.COMIC_TITLE}</option>
<!-- END jumpbox -->
</select>
</form>
</td>
</table>
<table id="comments_container"><tr><td>
<!-- BEGIN switch_author_comments -->
<h1 class="sub-title">Author's Comments:</h1>
<!-- END switch_author_comments -->
<!-- BEGIN loop_author_comments -->
<h1 class="cpost-header">
<span>
<!-- BEGIN switch_user_can_edit -->
<a href="{loop_author_comments.EDIT_LINK}" onClick="var new_window = window.open('{loop_author_comments.EDIT_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[Edit]</a>
<!-- END switch_user_can_edit -->
<!-- BEGIN switch_user_can_delete -->
<a href="{loop_author_comments.DELETE_LINK}" onClick="var new_window = window.open('{loop_author_comments.DELETE_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[X]</a>
<!-- END switch_user_can_delete -->
</span>
Posted By:<a href="{loop_author_comments.POSTER_PROFILE_URL}" target="_profile">{loop_author_comments.NAME}</a>, {loop_author_comments.DATE_POSTED}
</h1>
<p>
<!-- BEGIN switch_poster_avatar -->
<img src="{loop_author_comments.POSTER_AVATAR_IMG_SRC}" height="{loop_author_comments.POSTER_AVATAR_IMG_HEIGHT}" width="{loop_author_comments.POSTER_AVATAR_IMG_WIDTH}" />
<!-- END switch_poster_avatar -->
<b>{loop_author_comments.POST_TITLE}</b>
{loop_author_comments.MESSAGE}
</p>
<!-- END loop_author_comments -->
<!-- BEGIN switch_user_comments -->
<h1 class="sub-title">User's Comments:</h1>
<!-- END switch_user_comments -->
<!-- BEGIN loop_user_comments -->
<h1 class="cpost-header">
<span>
<!-- BEGIN switch_user_can_edit -->
<a href="{loop_user_comments.EDIT_LINK}" onClick="var new_window = window.open('{loop_user_comments.EDIT_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[Edit]</a>
<!-- END switch_user_can_edit -->
<!-- BEGIN switch_user_can_delete -->
<a href="{loop_user_comments.DELETE_LINK}" onClick="var new_window = window.open('{loop_user_comments.DELETE_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[X]</a>
<!-- END switch_user_can_delete -->
</span>
Posted By:<a href="{loop_user_comments.POSTER_PROFILE_URL}" target="_profile">{loop_user_comments.NAME}</a>, {loop_user_comments.DATE_POSTED}</h1>
<p>
<!-- BEGIN switch_poster_avatar -->
<img src="{loop_user_comments.POSTER_AVATAR_IMG_SRC}" height="{loop_user_comments.POSTER_AVATAR_IMG_HEIGHT}" width="{loop_user_comments.POSTER_AVATAR_IMG_WIDTH}" />
<!-- END switch_poster_avatar -->
<b>{loop_user_comments.POST_TITLE}</b>
{loop_user_comments.MESSAGE}
</p>
<!-- END loop_user_comments -->
<h1 class="post-me"><a href="/postcomment.php?cid={COMIC_ID}" onClick="var new_window = window.open('/postcomment.php?cid={COMIC_ID}', 'sj_comment', 'height=350, width=420'); new_window.focus(); return false;">Post A Comment</a></h1>
</td></tr></table>
<tr align="center">
<td bgcolor="#001166">
<h1>{COMIC_TITLE}</h1>
<h3>{COMIC_POST_DATE}</h3>
<!-- BEGIN comic_image -->
{comic_image.FORMATTED}
<!-- END comic_image -->
<!-- BEGIN switch_no_comic_image -->
<img src="http://i606.photobucket.com/albums/tt146/b-cor/nocomic.png" width="600" height="400">
<!-- END switch_no_comic_image -->
<br>
<a href="http://www.smackjeeves.com/mailtofriend.php?cid={COMIC_ID}" onClick="var new_window = window.open('http://www.smackjeeves.com/mailtofriend.php?cid={COMIC_ID}', 'mail_to_friend', 'width=640, height=480, scrollbars=yes'); new_window.focus(); return false;">Email this to a friend!</a><br />
<br>
<a href={NAV_FIRST}>-- First --</a>
<a href={NAV_PREV}>-- Previous --</a>
<a href="{NAV_NEXT}">-- Next --</a>
<a href="{NAV_LAST}">-- Last --</a>
<form name="jumpbox" method="GET">
<input type="hidden" name="url" value="{SITE_URL}">
<input type="hidden" name="page" value="comic">
<select name="url" onchange="if(this.options[this.selectedIndex].value != -1){ window.location = this.options[this.selectedIndex].value; }">
<option value="-1"> [Archive]</option>
<!-- BEGIN jumpbox -->
<option value="{jumpbox.COMIC_URL}">{jumpbox.COMIC_NUMBER} - {jumpbox.COMIC_TITLE}</option>
<!-- END jumpbox -->
</select>
</form>
</td>
</table>
<table id="comments_container"><tr><td>
<!-- BEGIN switch_author_comments -->
<h1 class="sub-title">Author's Comments:</h1>
<!-- END switch_author_comments -->
<!-- BEGIN loop_author_comments -->
<h1 class="cpost-header">
<span>
<!-- BEGIN switch_user_can_edit -->
<a href="{loop_author_comments.EDIT_LINK}" onClick="var new_window = window.open('{loop_author_comments.EDIT_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[Edit]</a>
<!-- END switch_user_can_edit -->
<!-- BEGIN switch_user_can_delete -->
<a href="{loop_author_comments.DELETE_LINK}" onClick="var new_window = window.open('{loop_author_comments.DELETE_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[X]</a>
<!-- END switch_user_can_delete -->
</span>
Posted By:<a href="{loop_author_comments.POSTER_PROFILE_URL}" target="_profile">{loop_author_comments.NAME}</a>, {loop_author_comments.DATE_POSTED}
</h1>
<p>
<!-- BEGIN switch_poster_avatar -->
<img src="{loop_author_comments.POSTER_AVATAR_IMG_SRC}" height="{loop_author_comments.POSTER_AVATAR_IMG_HEIGHT}" width="{loop_author_comments.POSTER_AVATAR_IMG_WIDTH}" />
<!-- END switch_poster_avatar -->
<b>{loop_author_comments.POST_TITLE}</b>
{loop_author_comments.MESSAGE}
</p>
<!-- END loop_author_comments -->
<!-- BEGIN switch_user_comments -->
<h1 class="sub-title">User's Comments:</h1>
<!-- END switch_user_comments -->
<!-- BEGIN loop_user_comments -->
<h1 class="cpost-header">
<span>
<!-- BEGIN switch_user_can_edit -->
<a href="{loop_user_comments.EDIT_LINK}" onClick="var new_window = window.open('{loop_user_comments.EDIT_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[Edit]</a>
<!-- END switch_user_can_edit -->
<!-- BEGIN switch_user_can_delete -->
<a href="{loop_user_comments.DELETE_LINK}" onClick="var new_window = window.open('{loop_user_comments.DELETE_LINK}', 'sj_comment', 'height=320, width=420'); new_window.focus(); return false;">[X]</a>
<!-- END switch_user_can_delete -->
</span>
Posted By:<a href="{loop_user_comments.POSTER_PROFILE_URL}" target="_profile">{loop_user_comments.NAME}</a>, {loop_user_comments.DATE_POSTED}</h1>
<p>
<!-- BEGIN switch_poster_avatar -->
<img src="{loop_user_comments.POSTER_AVATAR_IMG_SRC}" height="{loop_user_comments.POSTER_AVATAR_IMG_HEIGHT}" width="{loop_user_comments.POSTER_AVATAR_IMG_WIDTH}" />
<!-- END switch_poster_avatar -->
<b>{loop_user_comments.POST_TITLE}</b>
{loop_user_comments.MESSAGE}
</p>
<!-- END loop_user_comments -->
<h1 class="post-me"><a href="/postcomment.php?cid={COMIC_ID}" onClick="var new_window = window.open('/postcomment.php?cid={COMIC_ID}', 'sj_comment', 'height=350, width=420'); new_window.focus(); return false;">Post A Comment</a></h1>
</td></tr></table>

