How to Add a Background Color on an Individual Blog Post on Blogger
You can customize individual blog posts in Blogger using the HTML editing option in the post editor. An Internet search returns many websites to help you find HTML color codes. Once you have found your color code, you can use the division tag to create a background color for the post.
Instructions
-
-
1
Click the "Edit HTML" tab in the post editor window, then place the cursor under the existing HTML text.
-
2
Type "<div style="background:#000000;">" without the outside quotation marks. Substitute "#000000" with your desired HTML color code.
-
-
3
Type the content of your post.
-
4
Type "</div>" to end the colored portion of your post.
-
5
Click the "Compose" tab to view the results.
-
1
Tips & Warnings
Use the editing tools in the "Compose" window to adjust your text color to the background.