There's only one I can find and here's how to fix it:
Open the page with a text editor (like notepad)
Find the code:
<img alt="Feedback" src="Feedback.jpg" width="90" height="30">
Change the code to:
<a href="http://www.example.com/"><img alt="Feedback" src="Feedback.jpg" width="90" height="30"></a>