HTML, CSS and anything else that deals with client side capabilities.
Moderator: General Moderators
-
JackD
- Forum Commoner
- Posts: 62
- Joined: Sat Dec 12, 2009 6:25 pm
Post
by JackD »
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>";
-
JackD
- Forum Commoner
- Posts: 62
- Joined: Sat Dec 12, 2009 6:25 pm
Post
by JackD »
Thanks and sorry, I had not thought about it being in the HTML. I tend to forget about the HTML.