**********************************************
**********************************************

Wordpress theme: Cactuus Blue
Made by: Malin - http://www.infektia.net
Version: 2.0
Works with WP version: 2.x


**********************************************
**********************************************

Thank you for downloading my theme! I hope you will enjoy it!


PERFECT IMAGES IN POSTS
To make your images fit in the posts perfectly you can add one of these classes to them:

left
right
center

Example: I want my image to the left!
<img src="http://myimage.com/image.jpg" title="My image" class="left" />



GRAVATAR CODE
To implement the Gravatars in the comments, add this code in the comments.php file (after line 30, you will see it since I've written a comment just above it):

<img src="<?php gravatar("R", 80, "http://img.photobucket.com/albums/v242/cinnamonsui/igrav.jpg", "C0C0C0"); ?>" alt="" class="gravatar" />