当我将锚标记添加到 cfoutput 时,我收到 500 错误。这是代码:
<div class="content">
<div id="priceline">
<div id="producttitle2">
<a href="http://#path#/p/#urlref#">#MIRTHSearchProducts.mach_Description#</a>
</div>
<div id="productprice2">#DollarFormat(MIRTHSearchProducts.mach_ListPrice)#</div>
</div>
<div style="clear:both"></div>
<div id="imageline">
<a href="http://#path#/inc/_getProdImage.cfm?id=#mach_ItemNumber#_#ext#" rel="##overlay_prod" style="text-decoration:none; float:left; margin-right:12px;"><img src="http://#path#/images/product/60/#mach_ItemNumber#_1.jpg" width="60" border="0" /></a>
<div style="font-family:Tahoma, Geneva, sans-serif; font-size:12px; margin-right:6px;">
#MIRTHSearchProducts.web_descr_short#
</div>
</div>