Recent Topics

1 Nov 18, 2008 20:18    

My b2evolution Version: 2.x

Hello:

Exactly where should I put something (an image, a text) on the code for it to appear between each post?
I want a thin line to clearly separate one post from another.

Please check this b2evo blog to see what I mean:
http://blogs.lib.berkeley.edu/eresources_known_problems

I want a thin gray line just like that...

Thanks!

(my website: www.sobrenada.org)

2 Nov 18, 2008 20:59

In your CSS try adding border a border to the bottom of bPost bPostPublished
The site you linked to has......
.bPost, .bPostpublished
{
clear: both;
margin: 0 2.5ex;
padding: 0;
border-bottom: 1px solid #ddd;
/* border: 1px solid #78a; */
}

3 Nov 19, 2008 15:11

hmmm... the border bottom thing worked perfectly. I´m trying to find out the perfect alignment and stuff, but I should get it after a few tries.

Thanks, John!


Form is loading...