Seo Master present to you: When you have multiple authors on a blog and want to make a specific post stand-out, then you can change your posts background color or place a background image behind them, each time is needed. Therefore, this tutorial will show you how to style each post differently by adding some codes in your Blogger posts. (this won't take effect if you have the read more function enabled on your blog)
How to Change the Color of the Post Background When you create a post, switch to HTML, near the Compose tab and add the following code just at the beginning and at the end of your post content. <div style="background-color: #DCC368; padding: 5px 8px 5px 8px;">
It's done by wrapping your Post content into a "div" element. You can apply this setting anytime to your already published posts as well or you can change/remove it later. Here's the example of the placed code in the Post Edit box: How to Add a Background Image in a Blogger Post Add the following code just at the beginning and end of your post content. <div style="background-image: url(IMAGE-URL-HERE); background-repeat: no-repeat; ">
Now click Publish and you are done. 2013, By: Seo Master |
Labels: Blog Design, How To, posts