Quote:
Originally Posted by haskel
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.