I have an issue where the following code returns a A with a little ^ before the £’s
This only happens on the smartphone site I’m building in query mobile – fine on the desktop site.
Can someone explain, and show me how to get rid of it?
thanks
<h1 class="priceCntr"><span class="price">£<?php echo $row_rs_dealsother['cost']; ?></span><span class="costold"> WAS £<?php echo $row_rs_dealsother['costold']; ?></span></h1>
Try using the encoded version:
In your case: