You can add links to other sections of your page or to external targets by using a button or by inserting the links directly into the text.
Alternative
If you want to insert a link for visitors to purchase a product, create a buy button.
Add a link to a text
- Open a landing page, website page, or a course theme in the page builder.
- You have the following options:
- Add the Text component to the page.
- Add the Bullet list component to the page.
- Write the text.
-
Highlight the text you want to use as a link.
The action menu appears.
- Click on the link icon
in the action menu.
-
Enter a URL.
You have the following options:
-
A relative URL links to another website page or landing page on your site.
To do this, enter the path
/path
of the desired section, for example,/imprint
to link to the imprint page.Each landing page or website page has its own path, which you can see in the respective section overview.
-
An absolute URL is a fully specified web address, for example, https://www.absoluteURL.com.
This is how you can link to other websites.
-
You can link to a part of a page, typically to a heading or a section.
(See Link to a part of a page)
-
- Choose whether the link should open in the same browser window or in a new browser tab.
- Click on Save.
-
Check the link.
You can click on Preview in the header bar to see a preview of the changes in a new tab.
- Click on Save in the header bar.
Add a link to a button
- Open a landing page, website page or a course theme in the page builder.
- Add the Button component to the page.
- Click on the gearwheel icon of the component
to configure the component in the side menu.
- In the Button action field, select the Open URL option
- Disable the option Open in new tab.
-
Enter a URL.
You have the following options:
-
A relative URL links to another website page or landing page on your site.
To do this, enter the path
/path
of the desired section, for example,/imprint
to link to the imprint page.Each landing page or website page has its own path, which you can see in the respective section overview.
-
An absolute URL is a fully specified web address, for example, https://www.absoluteURL.com.
This is how you can link to other websites.
-
You can link to a part of a page, typically to a heading or a section.
(See Link to a part of a page).
-
-
Check the link.
You can click on Preview in the header bar to see a preview of the changes in a new tab.
- Click on Save in the header bar.
Insert a link into an HTML/JS component
Use the hyperlink tag <a href="URL">text</a>
in an HTML/JS component.