Log into your blogger account, move to , Dashboard >> Layout >> Edit html, and Search
the Following Code :
.postBelow is the part which should be there, so do not disturb that part:-
.post {Now, we need to add some code to add separator between the Blog Posts , the code which we are going to put is in between the braces { and }
font-size:1.05em;
line-height:1.75em;
}
Here is the css for separator which you have to add between the braces :-
background: url( Your-Separator-Image-Url);The whole code will look like this :-
background-repeat: no-repeat;
background-position: bottom center;
margin:.5em 0 1.5em;
padding-bottom:2.5em;
.post {Just add the Image Link In Between (Your-Separator-Image-Url). And move to your Blog and refresh it and see the change. You can use following images as Separators, just Copy Link Location of Original Link of Desired Image.
font-size:1.05em;}
line-height:1.75em;
background: url(Your-Separator-Image-Url);
background-repeat: no-repeat;
background-position: bottom center;
margin:.5em 0 1.5em;
padding-bottom:2.5em;
Some example of separator bellow :
Direct Like of this separator : Image Link
You may add your own separator. Just uploads it any where and add direct link with replacing (Your-Separator-Image-Url ).
0 comments:
Post a Comment