View Single Post
Old 03-07-2019, 06:07 AM   #11
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,823
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Brent63 and Slowsmile:

IMHO the best aproximation is the following:

1. In the .css stylesheet, we should write the following:

Code:
.noindent {
    text-indent: 0 !important;
}
2. And in the .xhtml files, where we have the dropcaps, we should write the following:

Code:
<p class="noindent"><span class="dropcap">T</span>he quick brown fox jumped over the hedge...</p>
Regards
Rubén
RbnJrg is offline   Reply With Quote