Hi
Bit of a cross-topic post but hey, hopefully you might be able to help.
I am trying to create hyperlinks on a webpage to specific bookmarks in a Word document. I have created the bookmark etc. and use the HTML syntax for hyperlinks
When I click on the hyperlink it opens the document so I knowe the path etc. is correct but it does not jump to the bookmark so I think I've got the syntax wrong (although this seems to be what is suggested).
Any thoughts?
Thanks in advance
Bit of a cross-topic post but hey, hopefully you might be able to help.
I am trying to create hyperlinks on a webpage to specific bookmarks in a Word document. I have created the bookmark etc. and use the HTML syntax for hyperlinks
Code:
<a href = \mydocuments\myDoc.doc#my_bookmark>[i]My hyperlink[/i]></a>
When I click on the hyperlink it opens the document so I knowe the path etc. is correct but it does not jump to the bookmark so I think I've got the syntax wrong (although this seems to be what is suggested).
Any thoughts?
Thanks in advance