Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 03-30-2021, 12:47 PM   #16
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,295
Karma: 20171067
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
For example, don't use chapter headers with overly large wasted space or offset text at a smaller size. Don't use paragraph spaces in the eBook as they don't work. Also, have the text full justified. But you only need to specify that once in the <body> class. Also, the main body text should not be given a font size so it an go with the default of 1em. Also, forget line-height as that doesn't work. Don't set a L/R margin. And don't embed fonts unless you have a need. Just trying to duplicate the fonts of the pBook doesn't work.
Your edits weren't in the thread when I quoted it. I was referring to your opinions - which I have highlighted in blue - and didn't even mention the inaccuracies - highlighted in red.

I'm not going to argue about whether your opinions are right or wrong - they are your opinions and you are welcome to them. I might even agree with some of them. But you need to be careful when you are telling people that they must follow your opinions, when that is definitely not true.

You certainly have experience with certain types of devices - and people would be foolish to disregard the experience of people on these forums. But please don't push your particular style preferences as a requirement. That's why I mentioned that the OP needs to adjust their style choices based on the target device's capabilities.
Turtle91 is offline   Reply With Quote
Old 03-30-2021, 12:58 PM   #17
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,295
Karma: 20171067
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by exaltedwombat View Post
You can do it @Turtle91's way if you like. Easier to just define an alternative paragraph style.
I'm not sure if it easier to define a specific style for every paragraph. It certainly makes the code more bloated.

Quote:
Originally Posted by exaltedwombat View Post
Your EPUB code may be compatible with more devices if you ALWAYS give a <p> tag an explicit style. So define a "p.normal" style as well as a "p.extra_space_above" one.
Which devices are you referring to that would require an explicit class for each paragraph? I certainly am not familiar with all the devices out there, but it seems to me that if a device respects the css of a paragraph class, it would respect the css rules in general. No???

Quote:
Originally Posted by exaltedwombat View Post
I agree with @JSWolf, white space is much more effective on the printed page than on screen.
I actually agree with the "too much space in the chapter title" looks bad on a screen opinion as well...but it is still an opinion. I've seen plenty of books that have very attractive chapter heads. If that is the choice of the publisher...and the author likes it... then, OK. It doesn't take away from my enjoyment of the book. It's just not something I would do.

Quote:
Originally Posted by exaltedwombat View Post
Don't fall into the trap of trying to make an eBook a fascimile of a well-designed printed page. It ain't going to happen!
Double thumbs up here!
Turtle91 is offline   Reply With Quote
Old 03-30-2021, 02:06 PM   #18
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,341
Karma: 203719646
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Turtle91 View Post
Just a reminder - these are Jon's opinions - they are what he likes, and doesn't like. These are NOT requirements or limitations.
Exactly. We're not here to convince others to make their ebooks meet our own overly exacting, and quite personal, standards. Make your chapter headers take up as much space as you like, and offset smaller text to your heart's content. It's your book.

I, for one, am perfectly content with teaching someone the technicalities of how to do something (from a coding perspective) I personally don't think they should be doing in ebooks. I'm not the coding-standards/style police. There's no need for us to attempt to turn everyone new we meet into our epub-coding clones.

Last edited by DiapDealer; 03-30-2021 at 02:13 PM.
DiapDealer is offline   Reply With Quote
Old 03-30-2021, 02:55 PM   #19
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by RatherBWriting View Post
Hi! I am a newbie, working on my first epub and using Sigil.
Hey. Welcome to MobileRead! Glad to have you.

Quote:
Originally Posted by RatherBWriting View Post
I need help finding a few things, [...] how to insert more blank space between paragraphs on a page which has only three short paragraphs,
Do I have the perfect thread for you:

2019: "Problem adding extra lines in text"



But here's a simple answer:

You could do it Turtle91's way, or you could create individual classes:

HTML:

Code:
<p>This is an example.</p>
<p class="margintop">This will have a margin above.</p>
<p class="margintop">This will also have a margin above.</p>
<p>This will not have a margin above.</p>
CSS:

Code:
p.margintop {
	margin-top: 1em;
}
Quote:
Originally Posted by RatherBWriting View Post
and how to insert "separators" within a chapter when a new chapter is not called for, but there is a change in scene.
This is called a "scenebreak".

And just a few months ago—in Post #8 of the same the thread—I already preemptively answered you:

Quote:
Originally Posted by Tex2002ans View Post
For scene breaks, best to just Keep It Simple Stupid (KISS) with centered asterisks. See my 2019 post in "Why is it so hard to preserve blank lines?"
Quote:
Originally Posted by RatherBWriting View Post
how to number pages,
Depends on what you mean and what you're trying to accomplish.

Like others have said, ebooks don't really have "pages".

If you already have a Print book fully completed/designed, and you're trying to match "physical page #"<->"ebook page #", then there are plenty of topics discussing RPNs ("Real Page Numbers")... but I'd say that's a relatively advanced topic.

Last edited by Tex2002ans; 03-30-2021 at 04:50 PM.
Tex2002ans is offline   Reply With Quote
Old 03-30-2021, 03:26 PM   #20
RatherBWriting
Enthusiast
RatherBWriting began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Mar 2021
Device: Apple iPad with Kindle
My goodness. Thank you all for your input! I have spent my lunch hour reading through CSS tutorials online, and totally missed that the "margin-top" setting for the second paragraph would solve my problem. I will give this a try.

I want to thank you all for the helpful advice, links and suggestions, and for the courtesy and patience which you have all shown to a newcomer.

RatherBWriting (wouldn't we all)
RatherBWriting is offline   Reply With Quote
Old 03-30-2021, 03:39 PM   #21
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 78,974
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
You certainly have experience with certain types of devices - and people would be foolish to disregard the experience of people on these forums. But please don't push your particular style preferences as a requirement. That's why I mentioned that the OP needs to adjust their style choices based on the target device's capabilities.
If there is no specific target device, what would you suggest for formatting? I'm suggesting formatting that works in most cases. It works with the most popular Readers/software in the US. Kobo, Kindle, nook, and Books.

If formatting is used to try to duplicate the pBook version, then in a some cases, it doesn't work properly in all of those cases. For example, with a Kindle, most people never see embedded fonts because they don't select Publisher Font in the Aa menu. They just use whatever font they are happy reading with.
JSWolf is online now   Reply With Quote
Old 03-30-2021, 03:54 PM   #22
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 78,974
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
As for a section break, I've changed how I do it. I do it with a simple HR

Code:
hr {
  margin-top: 1em;
  margin-right: 40%;
  margin-bottom: 0.9em;
  margin-left: 40%;
  border-top: 2px solid;
}
Code:
<hr/>
<p class="noindent">This paragraph is not indented and in the start of a new section.</p>
It puts in a line for a section break surrounded by space. It works, it's simple, and it looks good.
JSWolf is online now   Reply With Quote
Old 03-30-2021, 04:49 PM   #23
RatherBWriting
Enthusiast
RatherBWriting began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Mar 2021
Device: Apple iPad with Kindle
Thank you, everyone! I am very grateful for the information. I have a day job, so unfortunately, this is going to have to wait for a few days before I dive in, but I want you to know that I truly appreciate the help.

RatherBWriting
RatherBWriting is offline   Reply With Quote
Reply

Tags
page numbers, sigil formatting, user guide


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help with Formatting Sigil RatherBWriting Introduce Yourself 2 03-29-2021 03:54 PM
Formatting fonts in Sigil EditorOne Sigil 8 03-20-2016 07:48 AM
Sigil Changing Formatting Chakana16 Sigil 5 09-09-2015 10:09 AM
Picture formatting in Sigil rosshalde Sigil 3 10-27-2014 05:29 PM
Formatting in Sigil Rizphil Sigil 4 02-14-2012 02:39 AM


All times are GMT -4. The time now is 05:27 AM.


MobileRead.com is a privately owned, operated and funded community.