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;">Example:
The content of your post goes here
</div>
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.
Blablabalablabala.......................
etc.
0 comments:
Post a Comment