I'm trying to add the 'paypal verified logo' to my website. I copy the code from paypal's site, and then try to 'paste html' onto my web page. what happens is I get the inserted HTML as text, and not as a graphic object.

This is the code provided by paypal

<!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg" border="0" alt="PayPal Logo"></a></td></tr></table><!-- PayPal Logo -->

What am I doing wrong?
Web designer 9 premium, 9.0.28125

Thanks for any help.