Saturday, 25 May 2013

Add border around posts in blogger

Adding borders around individual posts in your blog makes your blog look well arranged. It also makes your posts look better. Post borders can be easily added by editing blogger template.For adding post borders to your blog read our complete guide.





Method:

1.Go to blogger dashboard.
2.Select template.
3.Click edit HTML and click proceed.
4.Search for the following code.

.post {
margin: 0 0 45px 0;
}
 5.Now replace the above code with following one.

.post {
margin:0 0 45px 0;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
border: 1px solid #e9e9e9;
}
 6.Save the template and you are done.



Note:


The line  border: 1px solid #e9e9e9 ;  specifies border color and its width.You can modify it according to your own choice.


Mohammad Fazle Rabbi



mine-counter

Home | About Me | Contact Me | Feadback

Copyright © 2013.www.Bmmekwan.Tk All Rights Reserved.