Quote:
Originally Posted by kovidgoyal
links in html become links in docx automatically
|
Thank you ,
But if i refer to other part of html ,
PHP Code:
<a href="#notes1"> Note 1</a>
long other html here
PHP Code:
<p id="notes1">Note 1 text </p>
Does it follow the link in docx too ?