To add a text link to an HTML file
- Create a text block for the
<A>tag with a destination URL attribute, and then add the tag to your HTML file. For example, create the following text block:<A href="file name.htm">link</A>where
file nameis the name of the file you want the link to jump to andlinkis the text you want a user to click.
![]() | About working with links |
