10-05-2014, 10:17 AM | #1 |
Junior Member
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: TrekStor Liro Color
|
Spacing Issue
This issue has probably been posted countless times, however I would like to address another connecting issue. The basic problem is that every single paragraph is followed by a space. The solution to this is to convert the ebook with the "remove spacing" option checked. However, this also removes intentional spacing where there's a break in a scene. Is there any way to remove the unneccesary gaps and keep the original ones or will it be impossible to differentiate the two?
|
10-05-2014, 12:01 PM | #2 | |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
There are 60 bazillion ways a top/bottom MARGIN appearance can be created. (OK, I exaggerate a bit ) Sometime Solutions just need to be done with an editor session. IMHO margins are/should-be set in the style sheet. Scenebreakers should have their own style so the can be fine tuned (and found) later. |
|
Advert | |
|
10-05-2014, 01:09 PM | #3 |
Junior Member
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: TrekStor Liro Color
|
|
10-05-2014, 01:51 PM | #4 |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Use the Calibre Editor (T key). Use the Preview pane to locte the problem area. Click once on the problem line, now switch it the code editor, the code line# should be yellow near the problem. Normal Copy and paste into a [code] tag pair here , do the same for the CSS selectors
But your question points to a bigger issue: Your coding skills. You need to learn the basics of HTML and CSS to do anything to clean/recode a mess. It can be really simple or it can go the whole Zen Garden route. Three Men in a Boat (here at MR) is another example of what can be done to make beautiful books. |
10-05-2014, 02:22 PM | #5 | |
Junior Member
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: TrekStor Liro Color
|
Quote:
<p class="calibre1">Montag grinned the fierce grin of all men singed and driven back by flame.</p> <p class="calibre1"> [...]It never went away, that smile, it never ever went away, as long as he remembered.</p> <p class="calibre1"><br /></p> <p class="calibre1">He hung up his black-beetle-coloured [...] </p> "[...]" here denotes text I ommited to clarify the details I posted. The paragraph after the description of the smile should not have a gap first. "He hung up his [...]" should follow a gap. |
|
Advert | |
|
10-05-2014, 04:07 PM | #6 | |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
Code:
<p class="calibre1"><br /></p> Code:
<p class="scenebreak"> </p> once that has been done: find the .calibre1 { section.: change margin-top and/or margin-bottom value to 0 (a zero). If you see the short form, margin: the values are set: Top Right Bottom Left: 0 0 0 0; see how easy fixing a CSS is |
|
10-05-2014, 04:47 PM | #7 | ||
null operator (he/him)
Posts: 20,997
Karma: 27620706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
Quote:
|
||
Tags |
edit, editing, spaces, spacing |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Paragraph Spacing/Page Break Issue | Flux84 | Conversion | 0 | 04-02-2014 09:17 AM |
Weird line spacing issue PDF>MOBI>KFire | gravatrax | Conversion | 1 | 03-05-2013 12:13 AM |
Nook Simple Touch Glowlight - technological issue or quality-control issue? | Dr. Drib | Barnes & Noble NOOK | 1 | 12-04-2012 02:32 PM |
Epub to Mobi spacing issue | jennefere | Conversion | 4 | 02-23-2012 12:38 PM |
Line Spacing Issue after Conversion | anleva | Calibre | 3 | 11-07-2011 01:32 AM |