ok I found out where the code is so how to align them?
heres the code
Code:
<!-- icons and login code -->
<table border="0" cellpadding="0" cellspacing="2" width="100%">
<tbody><tr valign="bottom">
<td>
<table border="0" cellpadding="2" cellspacing="0">
<tbody><tr>
<td><img title="Contains New Posts" src="images/hotblue/statusicon/forum_new.gif" alt="Contains New Posts" border="0"></td>
<td class="smallfont"> Forum Contains New Posts</td>
</tr>
<tr>
<td><img title="Contains No New Posts" src="images/hotblue/statusicon/forum_old.gif" alt="Contains No New Posts" border="0"></td>
<td class="smallfont"> Forum Contains No New Posts</td>
</tr>
<tr>
<td><img title="A Closed Forum" src="images/hotblue/statusicon/forum_old_lock.gif" alt="A Closed Forum" border="0"></td>
<td class="smallfont"> Forum is Closed for Posting</td>
</tr>
</tbody></table>
</td>