I created a custom template page and its coming up abnormal.
The code is this:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>The King James Bible (KJV)</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta
content="The King James Bible -- a Public Domain Popular English translation of the Holy Bible."
name="description">
<meta
content="Bible, Christian, Holy Bible, Bible search, KJV, King James Bible, Scriptures, Scripture, Bibles, Gospel, Gospels, bible"
name="keywords">
</head>
<body>
$header
$navbar
<frameset cols="24%,76%">
<iframe name="bar" src="http://www.talkjesus.com/kjv/indexbar.htm">
<iframe name="main" src="http://www.talkjesus.com/kjv/John.htm">
<noframes>If you can read this, <a target="_top" href="kjv.htm">click here for the original index</a>.</noframes>
</frameset>
$footer
</body>
</html>
The link:
http://www.talkjesus.com/misc.php?do...template=bible
It should be like this (aside css changes I made)
http://ebible.org/kjv/
How do I fix this problem?
By the way, anyone know of a method to add a search field in the left frame so it searches any of the pages of the Bible included?