comments and trackback

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
chasy
Regular
Posts: 31
Joined: Sat Jan 27, 2007 4:19 pm
Contact:

comments and trackback

Post 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
chasy
Regular
Posts: 31
Joined: Sat Jan 27, 2007 4:19 pm
Contact:

comments and trackback

Post by chasy »

Solvde, I placed the code wrong, but I can´t make it bold
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post 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.
=Don=
Post Reply