You can see what I mean on my site:
The ratings image have big ugly blocks between each individual star. This did not happen until I changed to my skin. What the heck?
This is the code I'm using to place the ratings (I'm awful at coding so please don't rip into me!)
<TABLE width="600" border="0" cellspacing="0" cellpadding="0">
<TD align="left">
<li class="posted">
Posted in <?php the_category(', ') ?> <?php edit_post_link('Edit','',''); ?>
</td>
<TD align="center">
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</TD>
<TD align="right">
<li class="comments">
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
</TD>
</TABLE>
Any ideas? I'd really appreciate it.