![]() |
Sigil style and page break
Hi Guys!
I have just formatted my forst epub in Sigil, it is a great program I can say :) 1. I have a couple of things I dont get, where can I check the default style sheet (if I do not add a new one to styles) and modify it? 2. where could I get a full style css with all of the parameters which are necessary for a html section? 3. how could I insert page breaks inside chapters? Thx Cheers |
Quote:
Quote:
Quote:
|
Quote:
Each XHTML file will start on a new page while reading and makes editing a lot easier. Also, older readers have a XHTML filesize limit of around 285k. Above that number the file will not load. |
Quote:
http://web.sigil.googlecode.com/git/...d_merging.html |
Quote:
You must forget the most things about paper printed texts. Ebooks are dynamik. You don't know the size of the chosen font, and not the sitze of the display. So you don't know how the text looks in the realitiy. (Your personal reader with the current configuration is not the whole world.) Obligatory page brakes between paragraphs are in ebooks a no go. (Wo don't speak about page breaks between chapters.) |
If you must have fixed layout and exact page breaks, then epubs are not for you. You need a different format.
|
Thx guys, I will do css thing
The pages break is needed cause e.g. usually at the beggining of the book there is the title, several data like isbn etc, introduction, couple of recommendations from differetnt people and things like that. I want to have this on different pages, currently they are just one after the other and this way the first couple of sides are a bit "crowded". Or shall I place these things also in different files? |
I usually put that in different files, just be consistent.
|
Quote:
This special pages (cover, titlepage etc.) at the beginning of a book are standard. It's the same as in printed books. And yes, most ebooks use extra files for them. It's easyer to handle, when you seperate the metainformations and the text part. Hint: Take an ebook you realy like (the layout) an open it with the editor. So you can see how it works. |
Actually currently I do not understand something again.
I have the ebook's style like this for every html page: Quote:
Is this okay or is it better if I have a style sheet? Cause this was it is really not needed. |
There is nothing wrong with doing it that way, but it is easier to look at and type if you make a class in your stylesheet something like
.parastyle {font-family: 'Times New Roman', serif; font-style: italic; margin: 0pt; text-indent: 0pt; padding-left: 195pt;"} and call up with <p class="parastyle"> If this is what you do for every paragraph, you can redefine paragraph in the stylesheet and then you just need <p>. If this is for your private use, then specifying Times New Roman is fine. If it is not just for you, then Times New Roman is a proprietary font for which you could pay a lot of money to use, and which is not found on every e-reader. |
ah thx for the additional times new roman info :)
|
| All times are GMT -4. The time now is 06:01 PM. |
Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.