View Single Post
Old 05-16-2012, 12:21 PM   #1
GraciousMe
Zealot
GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.
 
Posts: 101
Karma: 202774
Join Date: Apr 2012
Device: none
Question What code should go into every chapter?

Hello

I wonder if there is an obligatory code that should be in every single chapter of an epub book, or if itīs enough to have it in the first chapter?

I guess this

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="My Title" name="Title" />
<meta content="My Name" name="Author" />
<link href="../Styles/style.css" rel="stylesheet" type="text/css" />

<title>Book</title>

</head>


is obligatory (?).

Anything more?
GraciousMe is offline   Reply With Quote