In zen cart ,i added prices for some products ,they are displayed well.the problem is i dont give the prices for some products instead of giving prices,i set the call for price option.after setting that button is coming,but its not viewed properly.
when i check the inspect element code i see the
tag in price class .how can i delete this br tag, and which file i have to delete .i saw the inspect element code like this ..
<div class="price">
<strong><br><img src="includes/templates/template_default/images/call_for_prices.jpg" alt="Call for Price" title=" Call for Price " width="110" height="27"></strong>
</div>
i want to delete this br tag before img ,in which file i have to deletet this tag.help me any one.