![]() |
#16 | |
A Hairy Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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:
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. |
|
![]() |
![]() |
![]() |
#17 | ||||
A Hairy Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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:
Quote:
Quote:
Quote:
![]() |
||||
![]() |
![]() |
![]() |
#18 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,341
Karma: 203719646
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
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. |
|
![]() |
![]() |
![]() |
#19 | ||||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
Quote:
![]() Quote:
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> Code:
p.margintop { margin-top: 1em; } Quote:
And just a few months ago—in Post #8 of the same the thread—I already preemptively answered you: Quote:
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. |
||||
![]() |
![]() |
![]() |
#20 |
Enthusiast
![]() 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) |
![]() |
![]() |
![]() |
#21 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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:
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. |
|
![]() |
![]() |
![]() |
#22 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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> |
![]() |
![]() |
![]() |
#23 |
Enthusiast
![]() 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 |
![]() |
![]() |
![]() |
Tags |
page numbers, sigil formatting, user guide |
|
![]() |
||||
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 |