View Single Post
Old 09-22-2015, 05:21 AM   #27
geniale
Member
geniale began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Sep 2015
Device: none
It seams that was a format problem and search criteria. To clean a little more the code exported from Word how can I replace?

This is my line:
<span class="text_chapter">2 <span class="text_1">This is my text I want to save.</span></span></p>

How i want to be:
<span class="text_chapter"><span class="text_1">2</span></span>This is my text I want to save.</p>

In other words is there a formula to group a text line? How can I delete all the spaces that I found after the number 2 of my chapters?

Thanks again for the help.

P.S. I have a bigger challenge: Is there a way to know when a paragraph number is missing?
<sup class="calibre3">2</sup> - this is the format of the paragraph
geniale is offline   Reply With Quote