Home   |  About Us   |  Products   |  Services   |  Download   |  Purchase   |  Support   |  Site Map
Be_Bible HTML Tags

Verse Tags
The Verse tags are used when you want to display a verse on an HTML Page. When you use the verse tag, Be_Bible will display the entire chapter the verse is in, and it will highlight the verse that was pass into BE_bible.

<a href="/cgi-bin/be_bible.cgi?cmd=show&book=John&chapter=3&verse=16">John 3:16</a>

Use the following format when you wish to highlight a range of verses:

<a href="/cgi-bin/be_bible.cgi?cmd=show&book=John&chapter=3&verse=16-20">John 3:16-20</a>

When calling books with numbers or spaces in the name, (ie: 2 Kings, Song of Solomon), you must replace the spaces with an underscore character "_". (ie: 2_Kings, Song_of_Solomon)

<a href="/cgi-bin/be_bible.cgi?cmd=show&book=2_Kings&chapter=1&verse=1">2 Kings 1:1</a>

Verse Lookup Form
The following HTML in the text box below will create a basic verse lookup form. Copy and Paste the code into an HTML page. Make sure you set the correct path to the be_bible.cgi script. You will then have a simple verse lookup form.



Bible Search Form
The following HTML in the text box below will create a basic bible search form. Copy and Paste the code into an HTML page. Make sure you set the correct path to the be_bible.cgi script. You will then have a simple bible search form.



Note: If you have renamed your CGI program be_bible.cgi so it is compatible with your server, just change be_bible or be_bible.cgi above to be_bible.pl.