Ah, yes. You've already seen the problem when you had your browser at a medium width. See how the cell breaks with the images within it? How do I do that? Right now my entire forum stretches rather than just that one cell.
--------------- Added [DATE]1210657783[/DATE] at [TIME]1210657783[/TIME] ---------------
So I found the info I need to remove:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
However, when I move this, all columns/rows that aren't headers (re: Forum Name, Replies, Posts, etc) are shifted over to replace that removed column. This results in the headers not reflecting the columns they should be representing properly.