View Single Post
Old 05-05-2010, 02:37 AM   #23
Dave_S
What Title ?
Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.
 
Posts: 1,325
Karma: 1856232
Join Date: Jan 2009
Location: Bavaria Germany
Device: Sony Experia Z Ultra
Quote:
Originally Posted by DaleDe View Post
There should only be one coding for the whole eBook. All the files should agree.

Dale
This is the view of a sample page containing both UTF-8 and windows-1252 code page declarations.
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"/>
    <title>Earth Fleet - Book 1</title>
    <meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type"/><link href="stylesheet.css" type="text/css" rel="stylesheet"/><style type="text/css">
		@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }</style></head>
  <body class="calibre">
<p class="dedication" id="calibre_pb_1">
Author's Note</p>

<p class="calibre1">This
novel is book 1 of the “Earthfleet” saga, the first of
three sagas that make up the “Bitter Cycles of Man”
series.  To learn more about this series, or other books that I've
written, or are in progress, go to:<a href="http://www.realmsofimagination.net">www.realmsofimagination.net</a></p>

</body>
</html>



This is a sample of how the page is rendered in my three previously mentioned web browsers, EPUBREADER, and in Sigil.
Code:
Author's Note

This novel is book 1 of the “Earthfleet” saga, the first of three sagas that make up the “Bitter Cycles of Man” series. To learn more about this series, or other books that I've written, or are in progress, go to:www.realmsofimagination.net
Dave_S is offline   Reply With Quote