Inserting a link in an element | HCL Digital Experience
You can insert links into elements that contain an HTML or rich text field.
About this task
Note: When you create a link to a site area or content item,
this method is only used if the link requires no customization. If
you need to create a link to a site area or content item that requires
customization, such as "jump-to" navigation, you must instead use
a URL Tag.
Procedure
- Click Insert Link.
- Select either External URL, or Web Content.
- To add a link to a URL, either type or paste the URL in
the Type a URL field.Note: The inserted URL is rendered relative to the URL of the site area of the currently rendered content item. Internet protocols, such as "
Http://
", must be added at the beginning of the inserted link if an absolute URL is intended to be rendered. - To add a link to web content, an image component, a file
component, or an existing link component, click Browse
Content.In CF08 or higher, click Browse.
- Select the library that the item is stored in.
- Select the item to link to.
- Click OK
- To add a link to a document in the current place, click Browse
Libraries.In CF08 or higher, click Browse.
- Select the library that the document is stored in.
- Select the document to link to.
- Click OK
- Click Link Attributes to
set additional settings.
- Select a link target:
- Name
- Select this option to specify the name of the link target.
- New Window
- Select this option to open the link in a new browser window.
- None
- Select this option specify no link target.
- Parent
- Select this option to open the link in the parent frameset of the frame the link appears in, replacing the entire frameset.
- Self
- Select this option to open the link in the current frame, replacing the content in that frame.
- Top
- Select this option to open the link in the current browser window, replacing all frames.
- Enter extra attributes, such as style sheet classes or
JavaScript. These attributes are used in the same way as using an
attribute in a "
<a href=" "></a>
" tag.For example:- To create the link tag,
<a class="classname" href="http://www.ibm.com"></a>
you would enter class="classname" in the Additional attributes field. - To create the link tag,
<a name="homepage" class="classname" href="http://www.ibm.com"></a>
you would enter name="homepage" class="classname" in the Additional attributes field.
- To create the link tag,
- Click OK.