linking between LARGE documents

liunx

Guest
I have a very large file (just over 700 pages) in word consisting of questions and answers.<br />
I can split the file into a question file and an answer file no problems, but what I would LIKE to do:p is create a link from the question file to the answer file so that when someone clicks the right spot the correct answer will apear on the screen. Can anybody suggest a way of doing it efficiently in HTML?<br />
I can THINK of a way but it is too long winded and would involve hundreds of separate files:(<!--content-->Hi!<br />
<br />
If you have the file(s) displayed in Word (as a .doc file) you could store questions and answers in one Document. Each answer has a bookmark to which you link in the part containing the questions.<br />
<br />
In HTML you could use anchors in the answer file to which you link in the question file.<br />
<br />
Cheers - Pit<!--content-->
 
Back
Top