Forgive me for being a novice at this, but I'm having an issue with paragraph indentation. I'm editing an epub file in Sigil, but when I read it in Marvin 3 changing the setting for paragraph spacing does nothing. I can change everything else in Marvin 3; text size, margin size, line spacing, indentation. But when I try to raise or lower the paragraph spacing nothing happens.
Here's the HTML (I removed all but the first couple of paragraphs):
Quote:
<?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></title>
</head>
<body>
<div class="s" style="text-indent: 14.15pt;">
<h3><span style="font-size: 1em; font-weight: bold; text-indent: 14.15pt;">CHAPTER ONE</span><br/></h3>
</div>
<div class="calibre1">
<div class="calibre1">
<div class="s" style="text-indent: 14.15pt;">
<p>Father walked into the living room.</p>
<p>"What have you been up to?" he asked Mary who was watching television by herself.</p>
<p>"Nothing much she said," she said. "I've been waiting for cartoons to start, but there's nothing on right now."</p>
<p>"Then you'd better move over," Father said, "Football game's about to start."</p>
<p></p>
<p></p>
</div>
</div>
</div>
</body>
</html>
|