In this post you will see how you can add different backgrounds in any specific page or post of blogger, through this you give a new look and beautiful view. It is not difficult, if your knowledge is good in CSS. So, it�s very easy.

How to Add Different Backgrounds In Blogger Post/Page

Step # 1: Login to your Blogger Account and Go to Dashboard > Template > Edit HTML

Step # 2: Click Ctrl + F open search bar and find </head> tag 

Step # 3: Copy and paste the following code, just above the </head> tag 
<b:if cond='data:blog.url == &quot;POST-OR-PAGE-URL&quot;'>
<style>
body {
background-image: url(BACKGROUND-IMAGE-URL);background-position: center; background-repeat:repeat; background-attachment: fixed;
}
</style>
</b:if>
Note: Replace, POST-OR-PAGE-URL" with the specific page or post URL where you want to show desired background and do not forget to replace the "BACKGROUND-IMAGE-URL" with direct link of your background image

Step # 4: Save the template.

Done


Axact

Hamza Shafiq

Hello Friendz...My Name is Hamza Shafiq.I read in 1st year (CIT)Computer Information Technology in Sitara Insitute of Management Technology

Leave A Comment:

0 comments: