> Now I gotta go searching other themes or whatever for the code Here is the code I'm using: `<?php if(function_exists('get_avatar')){ ?> <span style="float:right"> <?php echo get_avatar(get_comment_author_email(),25);?> </span> <?php } ?>`