Post is the most important thing in a blog, to manage the post in order to appear more attractive and beautiful, the most important thing is the background of our blog posts. Selection of appropriate background will provide comfort to our blog visitors.
Many ways and techniques to make the post look attractive by visitors to our blog. Besides the background turns weighted articles also very influential post. Background of a blog post is not just a color that is sometimes boring. Alternatively, you can replace the background image with the post which must necessarily be adapted to the color of the letters on the post that image as a background presence does not interfere with the display case.
How to create a background post there are two ways
1. How To Change Background Post With Color On Blogger?
Place the following code at the beginning of post
<div style="background: Writing code here "> And at the end of the post, should be closed with a code like this:
</div>
Writing code here you can change the color with the color code you want. Can see various color codes here. That need to be considered when you put it, you have to choose the edit HTML tab, not Compose mode.
For example, the color
pink background
<div style="background:#FFCCFF">
Google uses its Internet search technology to serve advertisements based on website content, the user's geographical location, and other factors. Those wanting to advertise with Google's targeted advertisement system may enroll through Google AdWords. AdSense has become a popular company in creating and placing banner advertisements on a website, because the advertisements are less intrusive than most banners, and the content of the advertisements is often relevant to the website.
Many websites use AdSense to monetize their content; it is the most popular advertising network. AdSense has been particularly important for delivering advertising revenue to small websites that do not have the resources for developing advertising sales programs and sales people to generate revenue with. To fill a website with advertisements that are relevant to the topics discussed, webmasters place a brief HTML code on the websites' pages. Websites that are content-rich have been very successful with this advertising program, as noted in a number of publisher case studies on the AdSense website. AdSense publishers may only place three ad units per page.
</ div>
The result will be like this
Google uses its Internet search technology to serve advertisements based on website content, the user's geographical location, and other factors. Those wanting to advertise with Google's targeted advertisement system may enroll through Google AdWords. AdSense has become a popular company in creating and placing banner advertisements on a website, because the advertisements are less intrusive than most banners, and the content of the advertisements is often relevant to the website.
Many websites use AdSense to monetize their content; it is the most popular advertising network. AdSense has been particularly important for delivering advertising revenue to small websites that do not have the resources for developing advertising sales programs and sales people to generate revenue with. To fill a website with advertisements that are relevant to the topics discussed, webmasters place a brief HTML code on the websites' pages. Websites that are content-rich have been very successful with this advertising program, as noted in a number of publisher case studies on the AdSense website. AdSense publishers may only place three ad units per page. </ Div>
2. How To Change Background Post With Images On Blogger? If you have a specific image to be used as background, first uploaded to a hosting site like photobucket or other hosting site to obtain the URL address.
To be considered you must be in a position to the
Edit HTML, the following code at the beginning of the post:
<div style="background:url(picture address here) no-repeat;"> The end of the post cap with the following code:
</ div>
Replace
picture address here with the address you want to display images.
As well as the background color, even this code you can add the add-in accordance with the wishes.
Example, I want to make a post with a background which is located in https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaGd9AysUb08trzxzPCXGYu9wC6geZ0_08K3_Hlh2r0ynR6xhSgiId0DmThWkd44K8o7DzJkgR1chuEM__27BQ99avKDeG7sj5RJD0wGQhxtK28o1XAOV6fPivmTYyr_KhCTQGG9mp1J4/, background wanted in the store on the right top of the post, the padding of 10 pixels, large letters 90%:
<div style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaGd9AysUb08trzxzPCXGYu9wC6geZ0_08K3_Hlh2r0ynR6xhSgiId0DmThWkd44K8o7DzJkgR1chuEM__27BQ99avKDeG7sj5RJD0wGQhxtK28o1XAOV6fPivmTYyr_KhCTQGG9mp1J4/) center top; text-align:justify; font-size:90%; padding:10px">
Google uses its Internet search technology to serve advertisements based on website content, the user's geographical location, and other factors. Those wanting to advertise with Google's targeted advertisement system may enroll through Google AdWords. AdSense has become a popular company in creating and placing banner advertisements on a website, because the advertisements are less intrusive than most banners, and the content of the advertisements is often relevant to the website.Many websites use AdSense to monetize their content; it is the most popular advertising network. AdSense has been particularly important for delivering advertising revenue to small websites that do not have the resources for developing advertising sales programs and sales people to generate revenue with. To fill a website with advertisements that are relevant to the topics discussed, webmasters place a brief HTML code on the websites' pages. Websites that are content-rich have been very successful with this advertising program, as noted in a number of publisher case studies on the AdSense website. AdSense publishers may only place three ad units per page.</div>
Then the result is like this: Google uses its Internet search technology to serve advertisements based on website content, the user's geographical location, and other factors. Those wanting to advertise with Google's targeted advertisement system may enroll through Google AdWords. AdSense has become a popular company in creating and placing banner advertisements on a website, because the advertisements are less intrusive than most banners, and the content of the advertisements is often relevant to the website. Many websites use AdSense to monetize their content; it is the most popular advertising network. AdSense has been particularly important for delivering advertising revenue to small websites that do not have the resources for developing advertising sales programs and sales people to generate revenue with. To fill a website with advertisements that are relevant to the topics discussed, webmasters place a brief HTML code on the websites' pages. Websites that are content-rich have been very successful with this advertising program, as noted in a number of publisher case studies on the AdSense website. AdSense publishers may only place three ad units per page.
good luck, hopefully useful