Question

I am working with SqlDoc 2. I have to do database's documentation. I will generate from this project .chm file.

My problem:

Example I have two function in my database, A and B. I want to add in A's descrption link to B. Is there something like html's

<a href="address">xxx</a> 

?

If yes, what is 'address' in .chm file?

Was it helpful?

Solution

An url, either absolute or relative.

Relative paths (e.g. ../x/y) are with respect to the current html file. Absolute (/x/y/) to the root of the CHM.

Absolute paths are bugged in some tools and better avoided

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top