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 name
is the name of the file you want the link to jump to andlink
is the text you want a user to click.
About working with links | |