***Can someone help me here? I am just trying to increase the width of the table at the bottom of my pages that shows my product listings, KEEPING the rest of the page at the same width.
I fixed my formatting of the new table to (subcategories.tpl):
Code:
...
{/capture}
<TABLE width="100%">
<TR>
<TD>
{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" }
</TD>
</TR>
</TABLE>
and had no change in the width of the table at the bottom of my pages. I also tried giving the TD the 100% width.
Maybe I am modifying the the wrong file?
***Can someone help me here? I am just trying to increase the width of the table at the bottom of my pages that shows my product listings, KEEPING the rest of the page at the same width.
Thank you!