View Single Post
Old 10-04-2019, 05:56 PM   #14
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by Gregg Bell View Post
Hi Hitch. Thanks. Actually ^ is what I do. I just heard about doing this epub.template and it sounded uber simple, but then when I realized I'd have to add all the html files I realized it wasn't so simple.
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.
Turtle91 is offline   Reply With Quote