5 Replies Latest reply: Mar 1, 2009 12:07 PM by -==cfSearching==- RSS

    Cfdocument / pdf - Do internal links work?

    -==cfSearching==- Community Member
      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>