View Single Post
Old 05-16-2012, 12:55 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,097
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by GraciousMe View Post
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?
The orange is optional (technically). Of Coarse, your style sheet will have no effect
The Stuff between <body> tags is also not required

Go read basis HTML rules. Validate your code using one of the Validation services/tools at w3.org

Why are you even sweating this small stuff ?
theducks is offline   Reply With Quote