Skip to content
Mar 12 / Ajay

Gravatar

Have implemented Gravatar on my blog.

What is Gravatar?
A gravatar, or globally recognized avatar, is quite simply an 80

 

Leave a comment

  1. Ajay / Mar 13 2005

    Test to check if Gravatar works :)

  2. Przemek / Mar 14 2005

    Yes, it works. ;) I install it 2 days ago, and I think it’s very nice plug.

  3. Przemek / Mar 14 2005

    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.

  4. Ajay / Mar 14 2005

    Quite a bit like mine. Only thing is I didn’t include a border and I floated it right :)

Comments are closed.