View Single Post
Old 03-09-2016, 09:46 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I have occasionally had 'now broken' issues caused by deleted files

messing with/leaving behind those with relative anchors
Code:
<a href="../Text/1.html#goodbye-world">Chapter 2 – Goodbye world</a>
leaves
Code:
<a href="../#goodbye-world">Chapter 2 – Goodbye world</a>
but I have not had a properly formed (in original) end up broken in a simple split

(I use both the 'at marker' method and the immediate split)
theducks is offline   Reply With Quote