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)
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; */
}