Thread: cover issue
View Single Post
Old 10-18-2017, 08:55 AM   #10
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
Quote:
Originally Posted by haskel View Post
hi friends can you help me please
when i convert to pdf
i am getting content lines in cover image but after the cover image.
And i want to see these all lines on next page and in cover page i want see only cover image and no more contents

here is attach file you can see in red circle text
You could cut and paste the code for the section you want to be on a different page from the file where it's currently at into a new .html file (hit CTRL-F5 to add a blank .html file--drag the new file from the bottom of the list on the left up to where you want it to be and then right-click on the new file to link to the .css files) - or - you can add the following line within the CSS rule for the first line of the text in the image you posted:

page-break-before: always;

Then convert the file, and Calibre will place that text into a separate .html file.
deback is offline   Reply With Quote