View Single Post
Old 09-13-2015, 01:07 PM   #1
geniale
Member
geniale began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Sep 2015
Device: none
Unhappy ID in my ebook - regular expression

I need some help with my problem. I don't have any knowledge of programming and I want to put many id in a epub file.

in my file i have this:
<p class="calibre2"><sup class="calibre3">45</sup>
and i want to put this <a name= "#v15004045"></a>45
i have to make 45 id.

<p class="calibre2"><sup class="calibre3">4</sup> will be
<p class="calibre2"><sup class="calibre3"><a name= "#v15004045"></a>4</sup>
Is that right? How can i do it? Is there an automatic way to do this?
geniale is offline   Reply With Quote