• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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