View Single Post
Old 11-18-2012, 06:21 PM   #1
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,071
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
0.6 best way to insert hyperlinks??

Still experimenting with 0.6.

Have a question about the best method / technique to insert and maintain hyperlinks

Not the mechanics, that's very easy and strieght-forward thanks to the developers, but keeping the links right esp during chapter splits


If I split a a chapter the href's sometimes will point to the wrong file:
Example of what originally was Section0001 but now is Section0003

Code:
<!-- 'Original One' used to be in this file hence no file prefix

but after some Chapter Splitting, this file is now ../Text/Section0003.htm
instead of Section0001

Relinking them manually works but is tedious -->

 <div>
    <a href="#1">Original One</a><br />
  </div>

  <div>
    <a href="../Text/Section0001.html#1">Revised One</a><br />
  </div>
So, what is the best / easiest way to handle inserting and maintaining links?

Looking for ideas, suggestions, best practices, etc.

Thanks

Paul
phossler is offline   Reply With Quote