Topic: text & image offset
ive tried using tables and some other things but i just cant seem to get the, "My overall rating" and the stars to line up.
My Overall Rating: X X X X X <- want it to look like this
this is the code im using for the tables:
<strong>Suunto Core Review by Gary</strong>
<table style="margin-top: -14px;" border="0" cellpadding="0">
<tbody>
<tr>
<td>My Overall Rating:</td>
<td><a href="images/5star.gif"><img class="alignleft size-full wp-image-100" title="5star" src="images/5star.gif" alt="" width="138" height="25" /></a></td>
</tr>
</tbody>
</table>
any suggestions? appreciate it

