![]() |
#1 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Mar 2010
Device: Kindle2
|
Adding indents / removing line spacing for news
Hi,
I am new to calibre. I want my news articles that I downloaded through Calibre to be converted in such a manner that new paragraphs are indented and there is no line space between paragraphs. Under Preferences - Conversion, I checked 'remove spacing between paragraphs' but this doesn't seem to have an effect. Please advise, than, you. |
![]() |
![]() |
![]() |
#2 | |
US Navy, Retired
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,888
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
Quote:
Last edited by DoctorOhh; 03-17-2010 at 05:53 PM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Mar 2010
Device: Kindle2
|
This did not fix the problem. Any other suggestions?
Thanks |
![]() |
![]() |
![]() |
#4 |
US Navy, Retired
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,888
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
I don't know if you can effect what you want inside the recipe but you may want to try posting in the Custom Recipe thread.
Update: You might want to look into default extra css. Putting this in your extra css (under look and feel) might help with the indent / spacing. Code:
p {margin: 0; padding: 0; text-indent:1.1em;} div {margin: 0; padding: 0; text-indent:1.1em;} Last edited by DoctorOhh; 03-18-2010 at 05:40 PM. |
![]() |
![]() |
![]() |
#5 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Dec 2007
Device: iPad, iPhone, Kindle 1
|
![]()
I’m having the opposite problem; I’ve got some poetry where the lines are marked with style dd, and I need to remove the left margin to fit on the iPad in two-page mode. The following does override the font (necessary for some Old English characters) but not the indentation. (I got the idea from http://www.the-art-of-web.com/css/format-dl/, plus some old CSS (tweaked and reversed) I use with Safari to get real paragraphs in normal text.)
dd { font-family: "Times New Roman, Times"; text-indent: 0em ! important; margin: 0 ! important; padding: 0 0 0 0 ! important} |
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Line spacing | Ivo | Kobo Reader | 3 | 06-30-2010 12:54 PM |
removing spacing between paragraphs WITHOUT touching indent? | ferossan | Calibre | 2 | 12-24-2009 02:12 PM |
Sony PRS-505, text indents, paragraph spacing | pdurrant | Sigil | 7 | 08-03-2009 06:03 AM |
convert to lrf : paragraph indents, line breaks | karo02 | Calibre | 4 | 01-27-2009 09:19 AM |
Paragraph indents from command line | JSWolf | Calibre | 4 | 11-06-2008 08:41 PM |