Conditional reverse links? (depending on path)
I'm creating a book where I would like to return from the end of a chapter (xhtml file) to the page that got me there (by link). Is that possible?
What I am doing is this:
- Subject area A
--- Chapter X
--- Chapter Y
- Subject Area B
--- Chapter Z
--- Chapter X (same as the above X, duplicate in listings, uniqe in actual xhtml-file)
Each "Subject" page has a list of chapters. Some chapters can be in more than one Subject. All chapters are unique and has nothing to do with each other.
After reading a chapter, I would like to return to the Subject page I started from.
|