follow my sig link and check out my main cats, i know i am doing something completely stupid to not get that graphic to go all the way to the bottom of the table, this is the small bit of code for that section.....
Quote:
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<TD>
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<TD><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="CatHeadLeft">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td class="CatHeadSpacer" width="100%">{if $link_href} <FONT class="VertMenuTitle">{$menu_title}</FONT>
{else} <FONT class="VertMenuBoxNewsTitle">{$menu_title}</FONT>
{/if} </td>
<td class="CatHeadRight">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD>
<table class="VertMenuBorder" width="100%" border="0" cellspacing="0">
<tr>
<td>
<TABLE class="VertMenuBox" border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<td class="CatSubHeadL" width="8">[img]{$ImagesDir}/spacer.gif[/img]</td>
<TD class="CategoriesList" width="100%"></TD>
<td class="CatSubHeadR" width="8">[img]{$ImagesDir}/spacer.gif[/img]</td>
</TR>
<TR>
<td height="38" class="CatLeftSpacer">[img]{$ImagesDir}/spacer.gif[/img]</td>
<TD class="CategoriesList" width="100%">{$menu_content}
</TD>
<td class="CatRightSpacer">[img]{$ImagesDir}/spacer.gif[/img]
</td>
</TR>
</TABLE></td>
</tr>
</table> </TD>
</TR>
</TABLE>
</TD></TR>
</TABLE>
|