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!
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