Have implemented Gravatar on my blog.
What is Gravatar?
A gravatar, or globally recognized avatar, is quite simply an 80
Pages, Places, and Ponderings
Pages, Places, and Ponderings
Have implemented Gravatar on my blog.
What is Gravatar?
A gravatar, or globally recognized avatar, is quite simply an 80
Comments are closed.
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 🙂