View Single Post
Old 08-20-2019, 08:42 AM   #1
Frenchguy
Enthusiast
Frenchguy began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Oct 2016
Device: none
Selecting a link

When you select a link in the editor, what you see is not what you get :

I had

Code:
 <p class="calibre"><b class="calibre3">Dimension.................... <a href="Chapitre_3_1.html#Page_">55</b></p>
and I select another link, like Chapitre_3_10.html, I get this , depending wher ethe pointer is:

Code:
 <p class="calibre"><b class="calibre3">Dimension.................... <a href="Chapitre_3_10.html.html#Page_55">55</b></p>
or this

Code:
<p class="calibre"><b class="calibre3">Dimension.................... <a href="Chapitre_3_1#Chapitre_3_10.htmlPage_55">55</b></p>
Frenchguy is offline   Reply With Quote