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.