mySNC Website: Adding a Link to Your Site's Menu (Advanced)

Body

At the top right corner of your mySNC website, you'll see a menu containing all of your site's page (unless you've placed them in another menu or told them to be hidden in the menu).

Uploaded Image (Thumbnail)


You may want to place a link there to a different web page completely, if you know of a useful resource that you may not necessarily "own".

Create a New Page and Edit the Page's HTML

Create and name a page.  You can give it the Default Template, and click "Create"

Uploaded Image (Thumbnail)

 

Next to the page that was just created click the three dots menu, then "Edit HTML (advanced)"

Uploaded Image (Thumbnail)

 

Once viewing the site's HTML, click on the "Source" button.

Uploaded Image (Thumbnail)

While in the source editor, go ahead and copy the following text, and paste it in.

<script>
  window.location.href = "https://website.com";
</script>
<p>Redirecting… <a href="https://website.com">Click here if not redirected</a></p>

In a different web browser tab or window, navigate to the site you'd like to redirect people to, and copy its URL.

Replace the two instances of https://website.com with your target website's URL.

It will look something like this:

<script>
  window.location.href = "https://my.snc.edu/its";
</script>
<p>Redirecting… <a href="https://my.snc.edu/its">Click here if not redirected</a></p>

 

Details

Details

Article ID: 1074
Created
Fri 5/22/26 2:26 PM
Modified
Tue 5/26/26 11:34 AM