Question
Cfdocument / pdf - Do internal links work?
Does anyone know if internal links actually work within
cfdocument? External links work fine, but nothing seems to happens
when you click an internal link. I have tried various combination
of # signs, but no joy.
<!--- external works --->
<a href=" http://www.google.com">google</a>
<!--- internal does not --->
<a href="#B1" name="A1">This</a> .....
<a href="#A1" name="B1">That</a>
<!--- external works --->
<a href=" http://www.google.com">google</a>
<!--- internal does not --->
<a href="#B1" name="A1">This</a> .....
<a href="#A1" name="B1">That</a>
