Please help and maybe in detail tell me what I am to do
Peace <><
Your page has an open form tag on it. (A <form> without a corresponding </form>) This is causing the Logos code to fail.
Delete the first line that looks like this in your HTML:
<form method="POST" action="_derived/nortbots.htm" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--">
(There are two lines like this, but the second one has a closing </form> tag, plus the second one occurs after the Logos HTML, and so doesn't affect it.)
I cannot find the code you sent me: <form method="POST" action="_ ect.........
Below is what I show on my HTML for the search area and go button
alt="Bible Search" longdesc="http://bible.logos.com" /></a></div>
<div id="lbxSearchField">
<form action="http://bible.logos.com/search/" id="lbxSearchForm" >
<input name="query" type="text" id="lbxSearchQuery" class="lbxBlurred" onfocus="Logos.Bible.onFocus(this)"
onblur="Logos.Bible.onBlur(this)" value="Search the Bible" />
<input type="image" id="go" value=" " src="http://www.logos.com/images/biblesearchbar/go.gif"/>
</form>
Disregard the last post.... dummy me was not looking in the right spot..... Thank you soooooooooo Much
Peace<><