Adding an Image as a divider between posts


Author Message
Angela

Posted: 6/23/2011
Quote message 

I have been searching all over for this and found ways to do it inside blogger, but the code doesn't match. I also saw how to do this in wordpress, too. I played with the code and nothing ever shows.

Anyone know how to do this with blogger and artisteer?
 
Endy

Posted: 6/24/2011
Quote message 

Find :


/* begin Box, Post */
.art-Post
{
position:relative;
z-index:0;
margin:0 auto;
min-width:3px;
min-height:3px;
}


In your template it might appear different.

Add the next lines after


min-height:3px;



background:url('http://img10.imageshack.us/img10/1316/separat.png');
background-repeat:no-repeat;
background-position:bottom center;
margin:.5em 0 1.5em;
padding-bottom:2em;


replace the image link with your own and you can change the margin, padding values with your own ones.

For more tutorials for blogger and artisteer visit:

http://www.artistutorials.co.cc