• Resolved thatdaveguy

    (@thatdaveguy)


    You can see what I mean on my site:

    The Daily Cute

    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.

    http://wordpress.org/extend/plugins/wp-postratings/

Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: WP-PostRatings] Why do the rating images have white space between them?’ is closed to new replies.