Have implemented Gravatar on my blog.
What is Gravatar?
A gravatar, or globally recognized avatar, is quite simply an 80
Have implemented Gravatar on my blog.
What is Gravatar?
A gravatar, or globally recognized avatar, is quite simply an 80
Liked this article? Please use the icons below to spread the word or Subscribe to site feed, subscribe via email or add to your Technorati favs to receive regular updates..

Test to check if Gravatar works
Yes, it works.
I install it 2 days ago, and I think it’s very nice plug.
Gravatar on my site is put that way:
In CSS file:
.gravatar {
border: 1px solid #A3A3A3;
padding:3px;
margin:0 5px 5px 0;
float:left;
}
And in comment file is on the beginning of “cite” – before name of author.
Quite a bit like mine. Only thing is I didn’t include a border and I floated it right