Type Of Links That Are Supported on Menu Builder
Link: https://support.brilliantdirectories.com/support/solutions/articles/12000059945
This article outlines all supported link types accepted by the Menu Builder. Links are entered in the URL field when editing a menu item under Toolbox >> Menu Manager:

- Relative links (e.g.,
/join) — Recommended for pages on the same website. Because they don't include the domain, they keep working even if the site's domain changes. - External links to secure pages (e.g.,
https://example.com) — Full URLs pointing to other websites over HTTPS. - External links to non-secure pages (e.g.,
http://example.com) — Supported, but not recommended; modern browsers flag HTTP destinations as "not secure." - Anchor links (e.g.,
#section2) — Jump to a specific section of a page. The target page must contain an element with a matching ID for the link to work. - Email links (e.g.,
mailto:someone@example.com) — Open the visitor's default email application with the address pre-filled. - Mobile call links (e.g.,
tel:+4733378901) — Open the phone dialer on mobile devices.
For more information about different link types, refer to the following article: https://www.w3schools.com/tags/tag_a.asp
