This is the problem if it helps:
CODE
<div id="logostrip"><a href='http://www.rpgrevolution.com/forums/index.php?'><!--ipb.logo.start--><img src='http://images.ientrymail.com/rpgrevolution/rrr.png' style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div>
<!-- <div id="logostrip"><a href='http://www.rpgrevolution.com/forums/index.php?'><!--ipb.logo.start--><img src='http://www.rpgrevolution.com/forums/style_images/1/logo4.gif' style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div> -->
The one comment cancels out the other comment.
Replace with:
CODE
<div id="logostrip"><a href='http://www.rpgrevolution.com/forums/index.php?'><!--ipb.logo.start--><img src='http://images.ientrymail.com/rpgrevolution/rrr.png' style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div>
<!-- <div id="logostrip"><a href='http://www.rpgrevolution.com/forums/index.php?'><!-/-ipb.logo.start-/-><img src='http://www.rpgrevolution.com/forums/style_images/1/logo4.gif' style='vertical-align:top' alt='IPB' border='0' /><!-/-ipb.logo.end-/-></a></div> -->
and it should be fixed.