1,000% a newbie
It's my first time trying this, and I'm stuck at one spot.
I am following instructions to creat a CSS, where I inserted this:
img {width: 100%;}
h1 {page-break-before: always;}
Next, I'm supposed to insert it in the <head>
And this is where I'm kinda lost because it's not working. Is it supposed to look like this:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css"/>
<title></title>
</head>
I'm thinking not since the damn thing doesn't work.
I just want each chapter to start on a fresh page.
Can someone help?
Thanks
I am following this instruction:
Otherwise you can right-click on the Styles folder in the Book Browser pane and Add Blank Stylesheet. In the CSS file I put the following:
img {width: 100%;}
h1 {page-break-before: always;}
|