Quote:
Originally Posted by DNSB
It is a fairly trivial job using Sigil.
The first step was to mend and prettify the files to get rid of those extra spaces at the end of the line.
The second step was to convert the space-nbsp pairs at a single space and the remaining nbsp's to a single space.
In the third step, to convert the multiple paragraphs to a single paragraph, I used a simple regex:
Code:
</p>
<p class="p1">([a-z])
with the replacement being space\1:
For the fourth step, I searched for:
Code:
<span style="letter-spacing: 0.0682em;">
and replaced it with:
.
I then used DiapDealer's TagMechanic to remove all the naked spans.
The result was:
|
Thanks so much
as a good ignorant on the subject I will try your suggestions