|
Hi,
I am able to link to the .aml file from the xml documentation by using the following code:
<a href="html/ff1b584d-972a-4f13-8de6-03a577bcf7a5.htm">Test</a>
where i am referencing the GUID of the .aml file.
I would just like to know if its possible to link to a specific section of the file?
I have a table and would like to link to a specific row, i have added a row id and then thought i would be able to go straight to the row by using:
<a href="html/ff1b584d-972a-4f13-8de6-03a577bcf7a5.htm#Test">Test</a>
Where Test is the id i have given the row.
Is there a way to do this?
Thanks
|