Thread: 1,000% a newbie
View Single Post
Old 05-06-2025, 05:47 PM   #1
LordP
Groupie
LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.LordP ought to be getting tired of karma fortunes by now.
 
Posts: 198
Karma: 1341124
Join Date: Aug 2010
Device: Kindle 3
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;}
LordP is offline   Reply With Quote