Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Themes Darker seperator for each post
Darker seperator for each post
10:2511 February, 2009
Girish
How can I give a darker seperated or a image instead of dotted lines..
So that each post will be seperated out prominently in the home page
http://www.dotgiri.com Thanks Girish
21:5312 February, 2009
Brian
A very simple method Girish is to look for this in the stylesheet.
.entry { margin-bottom:0; text-align:justify; }
And add – border-bottom:1px solid #000000; between the brackets of course. Then choose the thickness and colour yourself.
Also make margin-bottom into 30px this will push the next entry a bit further down.
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 2 + 2
Vladimir’s WordPress Forum
Darker seperator for each post
10:25
11 February, 2009
Girish
How can I give a darker seperated or a image instead of dotted lines..
So that each post will be seperated out prominently in the home page
http://www.dotgiri.com
Thanks
Girish
21:53
12 February, 2009
Brian
A very simple method Girish is to look for this in the stylesheet.
.entry
{
margin-bottom:0;
text-align:justify;
}
And add – border-bottom:1px solid #000000; between the brackets of course. Then choose the thickness and colour yourself.
Also make margin-bottom into 30px this will push the next entry a bit further down.
Brian