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