Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    That space is reserved for showing a gravatar image. The way the code shows up in the browser is
    <img width="40" height="40" alt="No Gravatar" src="http://www.gravatar.com/avatar.php?gravatar_id=94d51cc48ce62a25966566b24aa55d95&amp;default=http://use.perl.org/images/pix.gif" style="border: medium none ; float: left; margin-right: 10px;"/>

    It will probably be some PHP code in your template file. If you comment it out or delete it, it will go away.

    Another way you can do it without commenting or deleting is to add “display:none;” – change the last part to:
    style="border: medium none ; float: left; margin-right: 10px; display: none;" It will no longer display

    Thread Starter jaybot

    (@jaybot)

    What file do I edit that?

    it is probably in index.php although if you have a home.php it could be there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Awkward Spacing’ is closed to new replies.