|
|
#1 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 186
Karma: 52364
Join Date: Jun 2023
Device: Kindle Scribe
|
How to render text boxes on Send to Kindle EPUB KFX
If you send an EPUB with <fieldset> tags that put boxes around text through Send to Kindle, those boxes won't render.
Most EPUB readers add default CSS to fieldset tags. https://www.w3schools.com/tags/tag_fieldset.asp But apparently Send to Kindle KFX is not one of them. So you need to add this CSS manually. Calibre convert to EPUB: Look & Feel: Styling: Extra CSS Code:
.system {
display: block;
margin-left: 2px;
margin-right: 2px;
padding-top: 0.35em;
padding-bottom: 0.625em;
padding-left: 0.75em;
padding-right: 0.75em;
border: 2px groove;
}
img {
height: auto !important;
width: auto !important;
max-width: 100%;
display: block;
}
If the tag is fieldset change tag name span add classes system Page Setup: Output Profile: Tablet (at the bottom) Epub Output: EPUB VERSION 3!! then upload via Send to Kindle website. Send to Kindle ignores <fieldset> default css that adds boxes and margins around text, so I convert the <fieldset> to <span> and add the missing css manually. system is just a name, I could have called it `anything` video version: https://www.youtube.com/watch?v=-BdsTClSvD4 Last edited by axu2; 01-29-2025 at 12:41 PM. |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send-to-kindle delivering KFX format to more devices | jhowell | Amazon Kindle | 82 | 07-17-2024 09:08 AM |
| How can I send a complex EPUB file via Send Kindle? | Vroo | Amazon Kindle | 8 | 12-16-2023 09:00 PM |
| Epub to KFX : losing justified text, and syncing across multiple devices ? | arooni | Conversion | 4 | 07-28-2023 09:55 PM |
| Dialog boxes do not show text | =X= | Nook Developer's Corner | 5 | 01-03-2011 07:51 PM |
| Text boxes and how to get rid of them (komposer)? | Student1 | Calibre | 0 | 04-04-2009 07:22 PM |