Here’s my code:
<td class="itemContent">
<div>
<div>Item #: <b>619</b></div>
<div>Price: <b>$39.95</b></div>
<div>Qty#: <b>24</b></div>
</div>
</td>
</tr>
Here’s what it looks like:
My problems:
- How can I get rid of the space to the right of the picture in the <td>?
- How can I align all content to the top of the <td> without hard codeing valign=“top”? I want to do it in CSS so to get rid of that spacing at the top of the picture.