On one of my sites Bible Quotes are used often so I devised a simple tag to make quoting easier for members.
It's very easy to set up. Just follow the steps below:
1. Add the following to inc_code.asp and inc_code.js
I can't post the code in the forum so just grab it from this link:
http://www.skepticfriends.org/download/bible_quote_code.txt
2. Add the following to inc_post_buttons.asp
"<a href=""Javascript:bible();"" tabindex=""-1"">" & getCurrentIcon(strIconEditorBible,"Insert Bible Quote","align=""top""") & "</a>" & _
3. Add the following to inc_iconfiles.asp
Const strIconEditorBible = "icon_editor_bible.gif|23|22"
4. Toss the image below into your icon folder
That should be it!
PS. You could easily modify this for other book as well by modifying the links in the code to suite your needs.
Merry Christmas
@tomic