If you want to give your blog unique look than this tutorial will help you how to change backgrounds in blogger pages.It is very easy to change background in blogger pages just you have to follow some steps.
How To Change Background in Blogger Pages
1. Login to Blogger Dashboard.
2. Go to template.
3. Click on Edit HTML.
5. Just above </head> tag, paste the below code.
<b:if cond='data:blog.url == "http://PAGE-OR-POST-URL.html"'>
<style>
body {
background-image: url(http://Direct-link-to-change-background image.com/IMAGE.JPG);background-position: center; background-repeat:repeat; background-attachment: fixed;
}
</style>
</b:if>
Note: Change http://PAGE-OR-POST-URL.html with the URL address of your blogger page or post where you want the custom background to appear.Change http://Direct-link-to-change-background image.com/IMAGE.JPG with the direct link of your background image.6. Save Template.
Work Done. Happy Blogging!


0 blogger-disqus:
Post a Comment