Page of Fun: Tips
Reference an image with a link to your site:
Enter the following HTML within the Comments section of the guestbook post:
<a href="/pageoffun"><img src="/pageoffun/images/awesomedance.gif"></a>
It displays as:

Reference an image only:
Enter the following HTML within the Comments section of the guestbook post:
<img src="/pageoffun/images/awesomedance.gif">
It displays as:

Replace pageoffun with your site address.
Replace awesomedance.gif with your uploaded file name and type (.gif or .jpg) as found in your Images folder.

