Screenshot Attached
Didn't realize how low res the image was, I have attached the image to this post. Here is the code that's in the sigil window. The problem is when it is converted into kdp the text is aligned to the left and I don't understand why.
Thank you for your time.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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>How to kill your loved ones with Food and get away with it</title>
<link href="../Styles/epub.css" rel=" stylesheet" type=" text/ css" />
</head>
<body>
<p class=" large">Notjohn’ s Guide to Kindle Publishing</p>
<p class=" medium">Ten Steps To Formatting Your E-Book for Sale on Amazon (Or Anywhere Else)</p>
<p class=" small">N.J. Notjohn</p>
<h2 id="start"></h2>
<div class=" image" id="coverPage"><img alt="How to kill your loved ones with food and get away with it" src="../Images/cover.jpg" width="50%" /></div>
</body>
</html>
|