View Single Post
Old 10-05-2019, 02:04 PM   #15
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by Turtle91 View Post
I think there is a little confusion. My "template" (or the template plugin does the same thing) is just for the standard files that don't change - or have very little change - in the html code. You would still add your normal html file with all your chapters/text for each book.

for example - I usually start with a title page that looks something like this:
Spoiler:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>enter title here</title>
</head>
<body>
<h2 class="title">enter title here</h2>
<p class="series">enter series name here</p>
<p class="author">enter author name here</p>
<p class="publisher"><img alt="" src="../Images/publishers_logo_here.jpg" />enter publisher info here</p>
</body>
</html>


...so when I start a new book, I just add or copy/paste the proper info, then add the html files (chapters) as needed.
Hi Dion, Sorry that I described your template wrong. I see what you're saying with your example in the spoiler. But how do you add the html files (with the chapters) to the template?
Gregg Bell is offline   Reply With Quote