Help with HTML coding for posts
-
Okay, so when I installed wordpress on my blog (www.aceoftech.com) it was nice, but it didn’t have a ranking system or a comments box. So looking into some plugins I found a good ranking system. My first problem is that I can’t get it to indent with my text. Look below for the image. I want it to be equal with that red line. I tried using all the html codes I know, and still no luck. The code is below, if anyone knows what I have to put in front and behind that code to get it to indent with the rest of my post, please share.
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>http://img72.imageshack.us/img72/3911/helphy3.png
Secondly, I just figured out how to get a comments link to appear that either says Comments [0] or Comments [1] and up and up… but the only problem I have is, I want it to be right aligned on the same link as the ranking system I have from above. As you can see from the image above, I have created a small mockup of what I want it to look like. And below is what I want it to look like in the end. Below is the code for the posting thing I have.
<?php comments_popup_link('Comments [0]', 'Comments [1]', 'Comments [%]', 'comments-link', 'Comments Disabled'); ?>And here’s the photo of what I would like it to look like:
The topic ‘Help with HTML coding for posts’ is closed to new replies.