How do I create a hyperlink from a tablet view to a desktop view in another muse site.

How do I create a hyperlink from a tablet view to a desktop view in another muse site.
The page keeps redirecting to a table view in the 2nd site.  There is no tablet view set up.

Here's a similar thread that should clarify most of your doubts regarding linking pages between different layouts.
http://forums.adobe.com/message/5147694
Thanks,
Vinayak

Similar Messages

  • How do I create a hyperlink from one Muse website to another?

    I need to allow users to link to a related site.  The only choices I see are to link to a page in the same website or link to a file on my computer.

    Hi,
    Create a Text field and type some text, select text, and enter the URL manually, as shown in the screenshot below
    Hope this Helps

  • How to create a Hyperlink  from HTML region

    How can I create a Hyperlink to another site from an html region in an apex page. It should be something simple, but I could not find it
    Please help
    George

    Have a look here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    There are lots of examples that may be usefull for you.
    Denes Kubicek

  • How do I create a hyperlink to another file?

    How can I create a hyperlink to another file on my Mac?

    Do you really mean "Hyperlink" as in a web page link to your file?
    Or do you want a Mac OS X Alias icon placed in a different folder or on your desktop to a file?  Hold Command-Option keys while dragging the file to a new folder, will create an Alias.
    Or perhaps a Unix Symbolic Link (similar to a Mac OS X Alias, only different).  This is done from a Terminal session using "ln -s /path/to/your/file /path/to/folder/where/symlink/to/be/placed"

  • How do I Create a Hyperlink to other text within same email?

    I want to use Mail to send out Newsletters.
    Content section would contain hyperlinked text to each section (or Heading in PC world) below.
    How do I create a hyperlink to text within the same email?
    It's not hard to do in the PC world, how about the Mac world?
    I bought the book "Mac OS X 10.5 (ISBN: 978-0-321-50263-6) and it does not help with this matter but I've also asked the question at www.ExplainMyBook.com because I thought the book "Mac OS X 10.5 Leopard" might help me out.

    not possible AFAIK. Mail html capabilities are pretty rudimentary and this is one of the things it can't do. You might be able to achieve it if you create an html file with such internal anchors in a some html editor, then open that file in safari and embed it into an outgoing email from there. i couldn't make it to work though when I tried.
    You should probably stick with a different email client if you want things like that. I know Thunderbird can do it for example.

  • Captivate 5: how can I create a hyperlink within a slide that links to an internet site?

    Hi.
    I need to create a hyperlink on a slide in Captivate 5 that links to an internet site.
    I cannot seem to locate this function on the menus in Captivate 5.
    Can someone please give me the instructions on how to do this?
    Thanks.
    CB.

    Hi there
    It's unfortunate that you missed the links we tried to put where you would find them before you even posted. Because if you had read through them, it would have saved you from having to post your question as it is answered there.
    Even though you missed the links, I'd heartily encourage you to read through them. Especially the Frequently Encountered Issues link, as it will also address some issues you will likely encounter with linking.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How do I create an app from my Adobe pdf forms to use on any mobile device as well as windows and ios?

    How do I create an app from my Adobe pdf forms to use on any mobile device as well as windows and ios? I have all the apps in Creative Cloud by the way.

    If you already purchased it with the same Apple ID, then you will not be re-charged.

  • How do I create a pdf from just one or two pages of an existing pdf?

    I just purchased this product (acrobat online)
    and it is not allowing me to do the things it promised, e.g. saving portions of one pdf to another, combining pages or entire docuements to create, even typing into a document (editing)! I am so frustrated - can someone please help!?

    But I jut paid $89.00 for the adobe pack - if I subscribe to Acrobat Plus, will that be credited?
    Date: Thu, 19 Sep 2013 15:50:14 -0700
    From: [email protected]
    To: [email protected]
    Subject: Files.Acrobat.com How do I create a pdf from just one or two pages of an existing pdf?
        Re: How do I create a pdf from just one or two pages of an existing pdf?
        created by H.Spector in Files.Acrobat.com - View the full discussion
    Hi,
    Thank you for your subscription.  If you are Acrobat Plus subscriber then you can extract the pages from the PDF file using Tools> Pages> Extract pages.
    You can find "Tools" at right top once you open your PDF file in Acroat.
    If you are subscriber to PDF Pack then please download Acrobat XI Plus from www.adobe.com.
    PDF Pack service offers "Convert to PDF", "Export from PDF"(to Word/PowerPoint/Excel/RTF formats so that you can edit the exported files) and "Combine Files" (combine your files into a single PDF file).
    Please let me know if you have any quesitons.
    thank you.
    hisami
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5697921#5697921
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5697921#5697921
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5697921#5697921. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Files.Acrobat.com by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How can I create a link from a CHM file to a webhelp file?

    How can I create a link from a CHM file to a webhelp file?
    The CHM output (accreditation.chm) is stored in a parent directory, and the webhelp output (index.htm) is stored in a child directory.

    Open the usual Link dialog and enter the relative path from where the CHM will be installed to where the webhelp will be installed.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How do I create an object from a filename?

    I'm traversing directories and storing a list of files in a File array. Then I traverse the array looking at the extension of the file. If it is .java then I would like to instantiate it as a class so that I may pass the new object to another function which will examine its methods. I've tried Class.forName(file.getCanonicalPath()) and it throws a ClassNotFound exception. How can I create an object from a valid filename, please?

    Rick_Avlonitis wrote:
    If it is .java then I would like to </snip>.java files contain source code, they can't be "instantiated". Class.forName() takes a classname as parameter, i.e. "mypackage.MyClass". A class name is not a file name, and it doesn't have an extension. As stated in the other reply, you'll need to have the class on your class path.

  • How do I create a hyperlink (youtube) in powerpoint

    How do I create a hyperlink (to youtube) in Powerpoint ( Mac Book Pro)

    In Captivate you do this by adding an interactive object (e.g. button or click box) and then setting the Action > On Success option to Send e-mail to.
    Specify the email address in the field provided.

  • How do i create a hyperlink in adobe illustrator

    how do I create a hyperlink in illustrator?

    You can create hyperlinks using slices and Save for Web.
    Mylenium

  • How do i create a hyperlink in Captivate 4?

    How do I create a hyperlink in Captivate 4? I tried using a clickbox set to 'open url...' but that is not working when I publish the project.
    What am I doing wrong?

    In Captivate you do this by adding an interactive object (e.g. button or click box) and then setting the Action > On Success option to Send e-mail to.
    Specify the email address in the field provided.

  • How do I create a ringtone from my music already on my iTunes database

    How do I create a ringtone from my music already on my iTunes database

    take a look at the link gives you detailed instructions to create ringtone and sync to yoru phone
    http://www.ehow.com/how_2160460_custom-iphone-ringtones-free.html

  • How do I create a PDF from My scanner?

    The only way Adobe X and XI allow PDF creation is online.  IX allowed multiple options for creating a PDF including from the scanner.  Why has it changed, and how do I create a PDF from the scanner?  If It can't be done on the newer versions, how do I get version 9?
    Thanks,
    David

    I think you may be mixing up Acrobat Professional/Acrobat Standard (which includes creation of PDFs in many ways, including scanning), with Adobe Reader (which does not include PDF creation at all, but can use Adobe's CreatePDF web service).
    I think you used to use Acrobat Professional 9, and so what you need is Acrobat Pro XI.

Maybe you are looking for

  • Help needed with multiple computers and Apple TV

    We've just purchased a new Apple TV in our household. We have 2 Mac books. Does anyone know if it is possible to sync two individual iTunes libraries to the apple TV. We've got one on but the other just seems to want to 'stream' the other iTunes libr

  • Volume/Trade Spends tab on Trade Promotion or Deal Master

    Hi All, When creating a trade promotion or deal master via CRM_MKTPL transaction, I have filled in the basic data tab, product tab and volumes/trade spends tab. The volumes/trade spends tab is split into two parts, the products and key figure columns

  • Help with passwords saving

    How can I save passwords on Internet Explorer? SometimesIE does notask it automatically.. I configured InternetExplorer settings to save passwords but that's not helping. Is there any tool of Microsoft or Windows?

  • Adobe form version

    Dear Expert, I have created a new version for my ISR scenario as well as Form scenario (version 1). In addition, i set in ISR scenario (version 1) to use a new adobe form with additional field. In the process start configuration, i specify to use ISR

  • Will Time Machine also back up an attached drive?

    I have a MacBook Pro and an external FireWire drive (dedicated to recording audio). If I attach a second drive (USB if that matters) to be my backup, and then I launch Time Machine, will it back up the data from both my laptop drive and my audio driv