Nick Bohle wrote:
> <?php if(function_exists('get_avatar')){ ?> <span style="float:right;
> margin-left: 10px;"> <?php echo
> get_avatar(get_comment_author_email(),50);?> </span> <?php } ?>
That's one of things I missed, the margin-left:10px; !! Thanks Nick!