|
|
#1 |
|
Connoisseur
![]() Posts: 51
Karma: 10
Join Date: Apr 2022
Device: none
|
Check .....?
Is the best way to write my e-book on the computer and check it on smartfones/tablets (e.g. I've a Samsung smartfone/Android)?
|
|
|
|
|
|
#2 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 81,035
Karma: 150250725
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Connoisseur
![]() Posts: 51
Karma: 10
Join Date: Apr 2022
Device: none
|
But that's impossible here in The Netherlands!
Is it possible that someone checks for me in the U.S.? |
|
|
|
|
|
#4 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 81,035
Karma: 150250725
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
You could do without the nook given that you are not in the US. But you can buy a Kobo and Kindle from Kobo and Amazon in the Netherlands. So it's not fully impossible.
Last edited by JSWolf; 06-02-2022 at 07:14 AM. |
|
|
|
|
|
#5 |
|
Connoisseur
![]() Posts: 51
Karma: 10
Join Date: Apr 2022
Device: none
|
Yes, it is! Now I don't have money to buy devices.
|
|
|
|
| Advert | |
|
|
|
|
#6 |
|
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,326
Karma: 62025226
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
That is why many pay Pros, who do have devices. (they also have developed a toolkit if tricks to make things work. Or ADVISE you that is a bad idea!).
If you start with a clean (simple formatted) EPUB, you might save money, while getting a decent product. By simple, I mean, no really fancy styling like hardback books sometimes do. Bold, Italic, Flush, Indented, blockquotes and Chapter headings As a matter, NO style=, no CSS just means you take the devices default, and that might work. Drop caps, Tables, images, lists (li) all take a bit of fuss |
|
|
|
|
|
#7 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 81,035
Karma: 150250725
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
This is the CSS code I always add to the CSS because it's what I use where needed. Blockquote is for offset text. .blockquote is for offset text that is at the end of the chapter. <blockquote class=blockquote> body is the main style for the entire eBook. img makes sure the images do not expand larger then the screen/window. p is the settings for most paragraphs without the need for a class. hr is for section breaks <hr/> .cover is for making the cover image and other images full screen <div class="cover"><img alt="" class="cover" ../images/cover.jpg/></div> Code:
blockquote {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 1em;
margin-left: 1.5em;
}
.blockquote {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 0;
margin-left: 1.5em;
}
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
img {
max-height: 100%;
max-width: 100%;
}
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em;
}
hr {
margin-top: 1em;
margin-right: 40%;
margin-bottom: 0.9em;
margin-left: 40%;
border-top: 2px solid;
}
.cover {
text-align: center;
text-indent: 0;
height: 100%;
}
|
|
|
|
|
|
|
#8 |
|
Connoisseur
![]() Posts: 51
Karma: 10
Join Date: Apr 2022
Device: none
|
Ok, many thanks!
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What does 'Well-Formed Check EPUB' actually check? | bookman156 | Sigil | 21 | 03-20-2016 07:31 PM |
| Are DRM books with check in/check out allowed? | i8abug | Library Management | 4 | 05-31-2012 03:27 PM |
| Check in | Gunnerp245 | enTourage eDGe | 64 | 04-24-2011 11:07 AM |