• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Links to other sites

S

snyhof

Guest
Is there a way to make a navigation link (button) navigate to another url - site?

Right now it just defaults to the page that it is named for. It might be nice to make a button open up a new window for a different site.
 
Steve,

Here are instructions on how to make menu link navigate to another website. This will not however open in a new window.


To create a menu link (at any level) to any page on another website you can do the following:

1. Open notepad type the following:
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.cewd.com">
2. Save this file as 'MyRedirect.html', make sure that it is an html file and not a text file.

---------------------------------------------

1. Go to the SB designer and add a 'file download' page type to your site
2. Go to the 'Pages' section of the editor and then click on the 'File Download' page you just created in your menu
3. Upload the 'MyRedirect.html' file as the downloadable file on your 'file download' page.
4. Click the checkbox to allow this file to be opened by the browser and save the 'file download' page.
5. Finally preview your website, find the 'file download' link and click it, it should take you to the other website.
 
Back
Top