Re: Removing the images in the category boxes?
Just use this:
<table cellspacing="1" width="100%" class="VertMenuBorder">
<tr>
<td class="VertMenuTitle">{$menu_title}</td></tr>
<tr>
<td class="VertMenuBox">
<table cellpadding="{$cellpadding|default:"5"}" cellspacing="0" width="100%">
<tr><td>{$menu_content}<br /></td></tr>
</table>
</td></tr>
</table>
It is awful code, but that is the easiest way to simply get rid of the dingbats. A much cleaner version would simply be this:
<div class="VertMenuTitle">{$menu_title}</div>
<div class="VertMenuBox">{$menu_content}</div>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
|