I am sure this is elementary, but I don't know
Using Sigil - I want the picture - which is coded as suggested by Sigil's FAQ page to be the beginning of a chapter and be in the TOC to be on its own page.
<h1 style="text-align: center;" title="True Tales of God's Heroes"><img alt="Misericordia Fourth Reader_Page_013" src="../Images/Misericordia%20Fourth%20Reader_Page_013.jpeg" /></h1>
I want the next line
<p class="s1 s2">TRUE TALES OF GOD’S HEROES</p> to start a fresh page instead of start at the bottom page right under the picture.
I know I can just split into a new file, but is there a simple way in Sigil to command a regular paragraph to begin a fresh page within the same chapter/section/file? Should I code the picture to fill the page? I thought about copying the code from the cover file as that seems to use a code to fill the page. I wasn't sure how to integrate that svg code with the h1 - TOC issue.
The full code is below
<?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>1 Section 1 | Misericordia Fourth Reader</title>
<meta content="D0F15332-8BE5-4500-848C-D1A65E029346" name="EPB-UUID" />
<link href="../Styles/book.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="body" style="white-space:normal">
<h1 style="text-align: center;" title="True Tales of God's Heroes"><img alt="Misericordia Fourth Reader_Page_013" src="../Images/Misericordia%20Fourth%20Reader_Page_013.jpeg" /></h1>
<p class="s1 s2">TRUE TALES OF GOD’S HEROES</p>
|