Links
User can add links to text and image.
In HTML Window
Steps:
-
If it is text to which you want to add a link, select the text. If it is an image, select the <IMG src="file path"> tag
-
Click the icon on the toolbar or choose "Insert/Hyperlink" to open the link dialog box

-
Enter info in the dialog
Description: the text or image to which you want to add the link. It is automatically shown in the field
The "Target" drop-down list in the link dialog box includes the following selections
| Same frame(_self) |
The linked file will be loaded in the same frame or window as the link |
| Whole page(_top) |
The linked file will be loaded in the full browser window, thereby removing all frames. |
| New Browser Window(_blank) |
The linked file will be loaded in a new, unnamed browser window. |
| Parent Frame(_parent) |
The linked file will be loaded in the parent frameset or window of the frame that contains the link. If the frame that contains the link is not nested, the linked file will be loaded in the full browser window. |
- Click OK to close the dialog box
Note:
If you want to add link to text, you don't have to input the text first. You can put the cursor where you want the text to be, then click open the Hyperlink dialog, input the text in the Description field and then go on to other steps.
In Design Window
Steps:
-
Select the element (text and image) to which you want to add a link
-
Click the icon on the tool bar or choose "Insert/Hyperlink" to open the hyperlink dialog box
-
Select a link type and then input the URL
-
Click OK to close the dialog box
|