Nee help with the "Show Top Commentators" Plugin

Discussion in 'Blogging' started by limitless, Sep 26, 2007.

  1. #1
    Hi everyone! im trying to start a new blog but I have some problems with a plugin called "Show top Commentators" the thing is that when I add the code to my sidebar it displays the tp commentators but th number of comments is displayed in another line. ie:

    Commentator
    (3)
    Commentator
    (2)

    Instead of:

    Commentato (3)
    Commentator(2)

    I just can't find how to solve this. please help me!!! ;) thanks!
     
    limitless, Sep 26, 2007 IP
  2. everydayweekender

    everydayweekender Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to edit your CSS so that it doesn't display the link as a block

    what is your site?.. i can take a look and recommend the code for you

    for the anchor you want something like this:
    display: inline;
    Code (markup):
    so your block might look something like this:

    .topcommentators a {
      display: inline;
    }
    Code (markup):
    good luck and let me know!
    www.everydayweekender.com
     
    everydayweekender, Oct 2, 2007 IP