Photo of the Day

1 2 3 4

14 August 2011

How to Add Seperators Between Blog Posts in Blogger





1. Dashboard --- Layout --- Edit html


2. ctrl + F to search:
.post


3. After search, paste the code behind .post:
margin: 0 0 40px 0;
width: 90%;
background: url(Separator-Image-Url);
background-repeat: no-repeat;
background-position: bottom center;
margin:.5em 0 1.5em;
padding-bottom:2.5em;
}




4. Save and Done. =)

No comments: