Quote:
Originally Posted by DanaRu
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.