And image is displayed in html by:
HTML Code:
<img src="path/to/image.jpg" alt="xxx" width="y" height="z">
So, if you want to use an image to link to the Submit Feedback of itrader, you'd go:
HTML Code:
<a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><img src="path/to/image.jpg" alt="$vbphrase[itrader_submit_feedback] $userinfo[username]" width="y" height="z"></a>
I think that should work.