06-26-2021, 07:19 AM | #1 |
Enthusiast
Posts: 32
Karma: 10
Join Date: Aug 2020
Device: Tablet
|
Custom css to disable justification
in my self created ebooks (with an ocr software) i have normal <p>-tags with the "normal" text. there is no css to customize the <p>-tag. for captions i use this
Code:
p.caption { text-indent:0; text-align:left; font-family:sans-serif; font-size:0.75em; margin:0.5em 0.5em 0.5em 0.5em; color:#808080; } Code:
p.caption { text-align:left; } off course i can edit all the ebooks i've created but thats a lot of work. is there any way to use justification for all text instead of captions and tables using the custom css feature? |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to disable CSS property in viewer? | odonterla | Calibre | 2 | 05-14-2020 11:50 PM |
Disable hyphenation? (custom firmware?) | StephenJSweeney | Kindle Developer's Corner | 2 | 05-02-2019 05:43 PM |
How to disable/enable (not hide) a custom column? | timediver | Library Management | 5 | 10-16-2017 05:45 AM |
Justification problem even with extra css | hiperlink | Recipes | 2 | 03-09-2011 09:40 AM |
Any Reader With Custom Fonts and Full Justification? | Loose_Appeal | Which one should I buy? | 2 | 07-16-2010 08:16 AM |