Lets just begin and see how we can add post devider to any customized blogger template.
- Login to dashboard .
- Navigate your way to edit HTML(expand widget template)
- AND use your browser search to find .post
.post {
background:#fff url(http://3.bp.blogspot.com/_sunpK_FtO1E/SmLpQomgPcI/AAAAAAAAAJk/9FklGNoNPxw/s1600/box-bgr.gif) repeat-x top;
float: left;
width: 475px;
margin-bottom:5px;
padding: 10px;
overflow:hidden;
border:1px solid #cfcfcf;
}
Now ALL you have to do is add CSS properties Of a seperator:
background: url(POST-Separator-Image-Url);
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom:2.5em;
margin:.5em 0 1.5em;
And Dont forget to change POST-Separator-Image-Url with your divider image url.
So now your combined code will be :
.post {
background:#fff url(http://3.bp.blogspot.com/_sunpK_FtO1E/SmLpQomgPcI/AAAAAAAAAJk/9FklGNoNPxw/s1600/box-bgr.gif) repeat-x top;
float: left;
width: 475px;
margin-bottom:5px;
padding: 10px;
overflow:hidden;
border:1px solid #cfcfcf;
background: url(POST-Separator-Image-Url);
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom:2.5em;
margin:.5em 0 1.5em;
}
Click On Save Template
Where to find Post separator image .Google is your friend.
You can use These Free seperators collected from web.
You can follow Myfundooblog-on twitter




Hello, when i copy the code, i chance the image url. I go to my template in the sjabloon designer, i don't see .post only with text,. I wil copy somewhere inside her. I get an failure that the cannot save.
ReplyDeletePlease can you help me.
regards Lydia
http://scrappenbylydia.blogspot.com/