Font Size
By simply copying and pasting some HTML code into your HTML page you can have the form below on your website(s).
Copy the following code and paste it into the HTML for your web page.
<form action="https://www.biblegateway.com/quicksearch/">
<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;">
<div style="margin-bottom: 0;">
<input style="margin:2px" type="text" name="quicksearch" /><br />
<input style="margin:2px" type="submit" value="Search BibleGateway.com" /><br />
</div>
<a href="https://www.biblegateway.com/" title="The Bible in multiple languages, versions, and formats">
<img src="https://www.biblegateway.com/assets/images/logos/bglogo_sm.gif?103106" width="146" height="44" alt="BibleGateway.com" border="0" /></a><br />
<small>
<a href="https://www.biblegateway.com/usage/form/">Include this form on your page</a><br />
</small>
</td></tr>
</table>
</form>