I was able to get it to work and this is my final code. I'd really appreaciate it if you could take a minute to review it and see if there is anything I could change to improve it.
Code:
<table cellpadding="0" cellspacing="0">
<if condition="$bg++"><!-- Row: $bg --></if>
<tr class="<if condition="$bg%2 == 0">alt2<else />alt1</if>" height="40px">
<td width="24">
<if condition="$show[threadicons]">
<td class="alt2" align="center" valign="middle">
<if condition="$thread[thumbnaildisplay] AND !$thread[sticky]">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]">
<img src="$thread[thumbnailurl]" alt="" border="0" width="61"/>
</a>
<else />
<if condition="$show[threadicon]">
<img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
</if>
</if>
</td>
</if>
</td>
<td width="100%">
Regards,
Xtrigit