Turning Off Unline in href
Posted: Thu Apr 22, 2010 8:47 pm
With the following code, how do I turn off the underlining of text?
Code: Select all
echo '<tr><td align="center" class="nyt"><br><a href=search0.php?EAN=' . $ean . '><font color=white><strong>' . $title . '</strong><br><img src="' . $image["Large_Image"]->URL . '" width="80" height="110">';
echo "<p class='nyt2'>$author<br>List Price: $<strike>$price</strike><br>Our Price: $" . number_format($price*0.75) . "<br></p></a></tr>";