View Single Post
Old 03-07-2019, 09:56 AM   #15
brent63
Zealot
brent63 began at the beginning.
 
brent63's Avatar
 
Posts: 110
Karma: 10
Join Date: Aug 2018
Location: New Jersey
Device: Samsung Tab E nook
Quote:
Originally Posted by RbnJrg View Post
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
Thank you, that worked perfectly.

Brent
brent63 is offline   Reply With Quote