Can someone tell me how to set the dialog.tpl in it's own <TD width="100%>
so the product listings table will show up at 100% width while everything above that will show up as normal (Categories, Special and help boxes on the left and the Your Cart and Authentication boxes on the right). Or maybe I should NOT be modifying the dialog.tpl file BUT some other file. HELP PLEASE!
I tried to modify the code in the subcategories.tpl file to:
Code:
...
{/capture}
<TABLE>
<TR>
<TD width='100%">
{include file="dialog.tpl" title=$current_category.category content=$smarty.capture.dialog extra="width=100%"}
{if $products eq ""}
{if $f_products ne ""}
<P>
{include file="customer/main/featured.tpl"}
{/if}
{/if}
{ include file="customer/main/navigation.tpl" }
</TR>
</TD>
</TABLE>
NOTICE NEW TABLE.
If my code is wacky, PLEASE correct me.
Thank you!