Hi Rocky,
Thank you for your comment. I have a similar problem. I try to comment out the line as your mention by different express:
<div class="product_desc"><!-- <a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'} --></a></div>
<div class="product_desc">{*<a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}*}
</a></div>
{*<div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}/a></div>*}
<!-- <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'} </a></div> -->
Or event delete this line, but the resullt does not change.
The pixel setting is:
{assign var='liHeight' value=242}
Could you give me any suggestions?
Alex