Pastor Langley
Active Member
- Messages
- 405
Many of you can do these htings, I am trying to learn it.
My notes from Forum:
To display from Assets (Images or PDF’s) folders use this command
<A href="file:///{ModuleAssets}/file.pdf">name</A> - This opens a pdf, I can do this.
What I want to do.
Open to a certain (place, chapter, section, or paragraph, like a footnote I guess) place in a pdf file.
<A HREF="file:///[ModuleAssetts]/.pdf#page=4"> - this is not working for me.
The footnote code may be what I need.
From wsbones module [Jos] Josephus
Works of Josephus
000 Preface to Antiquities of the Jews
This code takes you to footnote <A name=EndNote_Ant_Pre.1a> </A> <A href="#EndNote_Ant_Pre.1b">(1)</A>
This code returns you to footnote <A name=EndNote_Ant_Pre.1b> </A> <A href="#EndNote_Ant_Pre.1a">(1)</A>
Question?
Can you go from an "entry" to "another entry" in the same Book Module, I guess is my correct question?
I am going to try the above method but was wondering how to go from one entry to another entry. The above examples is all in the same entry.
My notes from Forum:
To display from Assets (Images or PDF’s) folders use this command
<A href="file:///{ModuleAssets}/file.pdf">name</A> - This opens a pdf, I can do this.
What I want to do.
Open to a certain (place, chapter, section, or paragraph, like a footnote I guess) place in a pdf file.
<A HREF="file:///[ModuleAssetts]/.pdf#page=4"> - this is not working for me.
The footnote code may be what I need.
From wsbones module [Jos] Josephus
Works of Josephus
000 Preface to Antiquities of the Jews
This code takes you to footnote <A name=EndNote_Ant_Pre.1a> </A> <A href="#EndNote_Ant_Pre.1b">(1)</A>
This code returns you to footnote <A name=EndNote_Ant_Pre.1b> </A> <A href="#EndNote_Ant_Pre.1a">(1)</A>
Question?
Can you go from an "entry" to "another entry" in the same Book Module, I guess is my correct question?
I am going to try the above method but was wondering how to go from one entry to another entry. The above examples is all in the same entry.
Last edited: