http://paste.uni.cc/9461 (My Comments.php partial)
http://paste.uni.cc/9462 (my gravatars portion of styles.css)
I am currently trying to move the position of my gravatars on the comments of my site (example):
http://www.mediahug.com/almax/2006/08/15/new-post-writing-tool-that-works-with-mediahugcom/#comments
Currently they are appearing above the author's name and author's comment. I want it to appear just under the author's name and to the right of the author's first sentence, with the rest of the comment wrapping around it. I have already got float: right; in the CSS, so it should be right there. But I need to move the gravatar image in the comments.php file down below the author's name into the div tag (I think) of the comment itself. I still want the image to have the .gravatar class so it floats to the right of the text.