这2天店里做促销,累死老,,,,,
问题还是没能弄好!
再次求助,,黯然老大,来看看么,,是什么问题。。。
名称价格出来了,但错位严重啊!

代码如下:
复制内容到剪贴板
代码:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- {if $new_goods} -->
<div id="globalNew" class="globalModule_new">
<h3><a href="../search.php?intro=new"><img src="../images/goodnav.gif"></a></h3>
<div class="itemGrid1">
<!-- {foreach from=$new_goods item=goods} -->
<div class="item">
<p class="pic"><a href="{$goods.url}"><img src="{$goods.thumb}" alt="{$goods.name|escape:html}" /></a></p>
<p class="name"><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</a></p>
<p class="price">
<!-- {if $goods.promote_price neq ""} -->
{$lang.promote_price}<span class="goodsPrice">{$goods.promote_price}</span>
<!-- {else}-->
{$lang.shop_price}<span class="goodsPrice">{$goods.shop_price}</span>
<!--{/if}-->
</p>
</div>
<!-- {/foreach} -->
</div>
</div><!-- /globalNew -->
<!-- {/if} -->