How To Add Divider (Seprator) Line Between Post in Blogger
Posted in blogger tutorial
No comments:
Wednesday, 14 October 2015
Do You Want to Add Divider or Seprator Line between post In Blogger? Ok then, You Have Come to the right place.Here I have explain simple way to put a horizontal separator line between post in your blog. If you want to Add Divider (Seprator) Line Between Post then just do the following steps:
Advantages/Features
- Add horizontal Line Between Post.
- Simple and Small CSS Code Used
- Load Quickly and Easy to Use
- Your Blog Will Looks awsome
STEP-1
- Login into Blogger
- Open Your Desire Blog
- Go To Layout
STEP-2
- Now Add Gadget "Html/Javascripts"
STEP-3
Copy & Paste this code into that box:
<style type="text/css">.post {
background: url(YOUR IMAGE URL HERE) no-repeat;
background-position: bottom center;
margin:1.5em 0 1.5em;
border-bottom: none;
padding-bottom: 3.5em;}
</style>
Note: Replace ' YOUR IMAGE URL HERE' with your desired link of horizontal image
Related posts
Share this post
0 comments: