Using x-cart 4.2.1 with DIV layout... my problem is regarding images in category descriptions... when I add an image to the category description the image seems to float outside the description area... the image falls into the product list area... pushing product info (thumbnails, desc, price, ect.) to the left... I tried editing subcategories.tpl
Code:
{if $current_category.description ne ""}
<div id="subcat-desc" style="display:block;"><p class="subcategory-descr">{$current_category.description}</p></div>
{/if}
...without luck... any ideas?
also noticed... editing .subcategory-descr in main.css does not effect the <p> layout at all... however... variables set when embedding style="" to <p> in the template show up... ???... any ideas? perhaps the css is called from another file???