If you create new forum there should be a blank.gif used as forum picture, but the path is wrong (missing a part between //):
<img name="avimg" border="1" src="/board/images//blank.gif" alt="" /> <a href="javascript:void(0);"
If you edit a forum the path is ok:
<img name="avimg" border="1" src="/board/images/forumimages/default/blank.gif" alt="" /> <a href="javascript:void(0);"