I've searched around and couldn't find the answers. I'm not sure how to phrase the second question, so that may be half my problem.
Anyway here's my site: http://www.beatdatass.com
I'm trying to do two things. Insert the author's avatar on the post and block off the text.
I found the code for inserting avatars, but so far it only inserts the blank avatar: <?php echo get_avatar( $comment, 128); ?> How do I make it display the author's avatar.
I found the same statement in both functions and legacy comments, but editting them doesn't do anything.
Basically all I want is a size 128X128 avatar that is left aligned and set apart from the text. Bascially, the text doesn't wrap at all.
If I can figure that out, I think I can figure out the comment author's avatar. But the author's avatar formating the the big thing.
Thanks in advance!