I'm using 1.6.  I embeded html code to do a bilbe search on Bible Gateway.  It works in the administration portion of the program but when I publish it, it does not work on my website.  Here is he code:

<form action="http://www.biblegateway.com/quicksearch/" method="post">
<table border="1" cellspacing="0" cellpadding="2" style="border-color: #600;">
<tr><th style="background-color: #600; color:#fff; text-align: center; padding: 0 10px;">Lookup a word or passage in the Bible</th></tr>
<tr><td style="background-color: #fff; text-align: center; padding: 0 10px;">
<p style="margin-bottom: 0;">
<input type="text" name="quicksearch" /><br />
<input type="submit" value="Search BibleGateway.com" /><br />
</p>
<a href="http://www.biblegateway.com/" title="The Bible in multiple languages, versions, and formats">
<img src="http://static.bgcdn.com/images/logos/bglogo_sm.gif" width="146" height="44" alt="BibleGateway.com" border="0" /></a><br />
<small>
<a href="http://www.biblegateway.com/usage/form/">Include this form on your page</a><br />
</small>
</td></tr>
</table>
</form>

Any help will be great.  I'm kinda new at this.  The website is www.thetrinitychaplet.com

Thanks
Randy