Use the Property inspector to link an image or range of text in the current document or to another document.
To create links between documents:
1 | Select text or an image in the Document window. |
2 | Open the Property inspector (Window > Properties) and do one of the following: |
![]() |
Type a path in the Link box. |
To link to a document in your site, enter a document-relative or root-relative path. To link to a document outside your site, enter an absolute path. | |
![]() |
Click the folder icon to browse to and select a file. |
The file's path appears in the URL field. Use the Relative To option to make the path document-relative or site root-relative. Click Select. | |
![]() |
Drag a file from the Site window into the Link field of the Property inspector. |
3 | To make the linked document appear somewhere other than in the current window or frame, select a frame name from the Target pop-up menu or choose from one of the following reserved targets: |
![]() |
_blank loads the linked document in a new, unnamed browser window. |
![]() |
_parent loads the linked document in the parent frameset or window of the frame that contains the link. If the frame containing the link is not nested, then the linked document will load into the full browser window. |
![]() |
_self loads the linked document in the same frame or window as the link. This target is implied, so you usually don't have to specify it. |
![]() |
_top loads the linked document in the full browser window, thereby removing all frames. |
![]() |