External Links

Prev Next

Article Overview

This article explains how to enable external links in lessons that utilize HTML Screens, allowing learners to access additional web-based content.

Steps to Enable External Links

1.

Open the HTML Code

  • Locate the linked element within the HTML file.

2.

Modify the Link Attribute

    • If the element contains href, replace it with:

      <a data-skyllful-external-link="https://example.com">Link</a>
    • If the element does not contain href, add the attribute manually:

      <div data-skyllful-external-link="https://example.com">Clickable Element</div>

3.

Save and Upload the File

    • Ensure all links to be enabled have the correct attribute.

    • Upload the modified HTML file into Skyllful Studio.