Would I change or check that in my product area code or main site layout?
This is my product code -
{* Product list inside a category *} <SPAN IF="dialog.category.hasProducts()">
<!-- Note: customized!
-->
{pager.display()}
<TABLE CELLPADDING="5" CELLSPACING="0" BORDER="0" WIDTH="100%">
б═ <TBODY FOREACH="split3($t->products),row">
б═ <TR>
б═ б═<TD VALIGN="center" FOREACH="row,product" ALIGN="center" WIDTH="33%">
б═ б═ б═
б═ б═ б═
[img]{product.getThumbnailURL()}[/img]
б═ б═</TD>
б═ </TR>
б═ <TR>
б═ б═<TD VALIGN="top" FOREACH="row,product" ALIGN="center" WIDTH="33%">
б═ б═<FONT IF="product" CLASS="ProductTitle">{product.get(#name#):h}</FONT>
б═ б═<FONT IF="product" CLASS="ProductPrice">{price_format(product,#list_p rice#):h}</FONT>б═ </TD>
б═ </TR>
б═ <TR>
б═ б═<TD COLSPAN="3">[img]images/spacer.gif[/img]</TD>
б═ </TR>
б═ </TBODY>
</TABLE>
{pager.display()} </SPAN> <SPAN IF="!dialog.category.hasProducts()"> There are
no avalable products in this category. </SPAN>