On your site, the image isn't loading because its a 404 Not Found error.
HTML Code:
<img src="http://x10hosting.com/forums/images/logo.gif" alt="Legacy Graphics" />
(Note: in your code its just images/logo.gif but the forum automatically adds the x10hosting forum URL in front for relative URLs)
Your code seems correct, but the location isn't right. Are you sure you uploaded it to siteurl/images/logo.gif?
EDIT:
I found your image under just /logo.gif. Remove the images part of the URL. Your code should just have src="logo.gif" .