All Collections
Design and customisation
How do I insert a link into a page?
How do I insert a link into a page?
Guy Schragger avatar
Written by Guy Schragger
Updated over a week ago

SupaDupa will soon be introducing a WYSIWYG HTML editor into most content management pages. But until we do, here's a quick way you can insert links into any page in your store simply by copy pasting this simple HTML code:
โ€‹

The HTML code for a link is simple. It looks like this:

<a href="url">Link text</a>

The href attribute specifies the destination of a link.

Example:

which will display like this: Visit SupaDupa

Clicking on this hyperlink will send the user to SupaDupa's homepage.

You can specify any link destination or link text you like by simply modifying the code above.

Did this answer your question?