View Single Post
Old 04-19-2019, 03:04 PM   #27
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,850
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by DanaRu View Post
Rubén

text-transform: uppercase; in h1 does not work(
What do I need to do? I do not see this style in ADE
example book
Yes, Dana. There are many things that ADE doesn't support (even being the standart) for epub2 (another thing is epub3; there ADE supports that property). In those cases, you must write the text with capitals letters; you don't have another choice.

You would do good by reading the following thread:

https://www.mobileread.com/forums/sh...ad.php?t=94733

Another things you must know is that ADE supports properties that the vast majory of ereaders don't. For example, you were using:

Code:
page-break-after: avoid;
page-break-inside: avoid;
Well, ADE supports those properties, but any ereader not based on RMSDK (the ADE engine) won't do it. So you must consider that eventuality when are going to employ them. As workaround, you could play with the property "display: inline-block" but implementing it properly is "not so easy" for long block of text.
RbnJrg is offline   Reply With Quote