Different backgrounds for your posts


It's actually quite easy to use a different background color or image for each blog post. Simply edit your posts in Edit HTML mode, and add div tags around your content which contain style tags for the background properties.


Use a colored background for your texts:
<div style="background: #fdd2f3;">
The content of your post goes here
</div>
Example:

The content of your post goes here

Use an image background for your texts:
<div style="background: url(http://i33.tinypic.com/358bh1x.jpg);">
The content of your post goes here
</div>

Example:

The content of your post goes here
 Blablabalablabala.......................
etc.

0 comments:

Post a Comment