Page 1 of 1

comments and trackback

Posted: Sat Nov 17, 2007 6:24 pm
by chasy
How can I have comment and trackbacks below titel in Bulletproof templates? like my standar temlates? when I try it in entries.tpl it srew up my sidebar?
You can see in Bulletproof v1.1(test) on my site

www.necessities.info

comments and trackback

Posted: Sat Nov 17, 2007 8:16 pm
by chasy
Solvde, I placed the code wrong, but I can“t make it bold

Posted: Sat Nov 17, 2007 10:06 pm
by Don Chambers
There are a number of things I would do very differently than what you are doing, but I'll try to stick to the question.

First, you do realize that bulletproof has 3 different versions of the entry footer, correct? The entry footer is what contains the "posted by" information, as well as number of comments, trackbacks, etc.

You have added your own comments and trackbacks directly below the entry title. I would suggest enclosing these within some kind of container, such as

Code: Select all

<div class="my_comments_trackbacks">
    <a href="whatever">
</div>
Then you can add something like this to your stylesheet:

Code: Select all

.mycomments a{
    font-weight: bold
}
Your widths need to be reviewed as well... the right sidebar is displayed after content.