Hi there, Is it possible to open an html document with word, and have anchor links work within the document?
Basically, It'd be nice to do this:
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head></head>
<body>
<h1>Florida Emergency Supplier Network for 2009-2011</h1>
<table id='table_of_contents'>
<tr>
<th></th>
<th><a href="#service_list">Browse by Services</a></th> !!! THIS LINKS TO
THE CORRECT LOCATION
IN THE DOCUMENT.
</tr> /
</table> /
<hr /> /
<h1 id='service_list'>Service List</h1> <----------------/
....more stuff here...
</body>
</html>
Right now when I hold Ctrl+click the links, they don't go to the correct location.
EDIT Unfortunately using the name field doesn't work either, from what I can tell...any other ideas?