How do I link to another page in the same iBook?

I am trying to link from within the text of my book to another page in the same iBook. How do I do that in iBooks Author?
For example...
The text on page 1 might read.... "If you'd like to jump to the page on herbivores, click here". And that text would be linked to page 49, which is about herbivored.
Any ideas? Greatly appreciated!!

It looks like I figured this out by playing around with it.
The reason that I couldn't bookmark the text earlier is that I had created a text box and entered text in there. When you create a text box, that text is not recognized by the bookmark widget. However when you type directly into the page template itself, it recognizes the text just fine. I'm able to set bookmarks and then link to those bookmarks using the hyperlink featuer. Looks like it's solved, I was just trying to use the wrong tool for text entering.
Thanks for your help Don, you've been great!

Similar Messages

  • Go back to previous location after linking to another page in the same document

    I have set up links in a pdf file and would like to have the form go to the page view attached to the link and then return to the location that initiated the link.  I usually use bookmarks to move around pdf forms, but the user didn't want to see the bookmarks and wanted the look of html.   Please let me know how I can link to a location and then go back where I came from.
    Thanks for the help!
    Ken K. - 2191

    Yes. Use a JavaScript action with this code:
    app.goBack();

  • Creating a database link to another schema in the same database

    Hello,
    I'm trying to create a database link to another schema in the same database. It was created without errors, but when I try to use it I receive "ORA-12154: TNS:could not resolve the connect identifier specified" message...
    I'm trying to do it because on my production enviroment the databases are separated, so there I can use database links without problem, but in my development environment it's all in one database separated by schemas...
    So I'm trying to simulate the same system to not need to rewrite the query every time I move from development to production environment.
    Any ideas?
    Thanks

    Hi,
    Yes, you can create a database link to your own database. I've done it before for exactly the same reason you want to.
    (By the way, I think it's a good reason. What are the alternatives?
    Having different versions of code for Development and Production? Absolutely not! Terrible idea!
    Using synonyms or substitution variables that are set differently in the different databases? That might be more efficient than a database link, but efficiency probably isn't such a big issue in Development.
    [Conditional compilation|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/fundamentals.htm#sthref250]? This might be good; it has all the efficienty of the above options, with more clarity.)
    Assuming you do want to stick with a database link, not all errors are caught when you create the link.
    Is the Development database in the tnsnames.ora file of the Development server? Do you have other database links, either in the Development server or pointing to it, that work? What is different about the ones that work, and the one that doesn't?
    Edited by: Frank Kulash on Oct 14, 2009 1:58 PM
    The more I think about this, the more I agree with the earlier respondent: synonymns are a good solution for this.
    To that suggestion you replied:
    On this way I might use "select * from SCHEMA.table" instead of "select * from table@SCHEMA"... I looking for an option to use the second way...Actually, the suggestion was that you say:
    select  *
    from    SCHEMA_table_ptr;where schema_table_ptr is a synonym.
    In Development, that synonym is defined as schema.table.
    In Production, that synonym is defined as table@SCHEMA
    Why are you "looking for an option to use the second way"?
    If you think that people reading the code should realize that the query is being done via a database link (at least in Production), then add a comment.

  • How to create links to different files on the same page?

    Good day to all again,
    can someone please guide me through creating several links to different files on the same page. In other words, I am creating a photo page where my links are called Gallery 1, Gallery 2, etc... I would like to create links so when the User clicks on Gallery 1, they see Gallery 1 slide show in the frame; when the user then clicks Gallery 2, then they see Gallery 2 slide show in the window.
    My slide show files are done and I am using GoLive CS2. I have no knowledge of JavaScript or ActionScript/Flash.
    Any suggestions are highly appreciated.
    Thank you
    Alek

    Hi Diana,
    I'm a professional photographer and in the process of getting
    my finished site published. I used Coffeecup Photo Gallery. You can
    create multiple albums on the same page. Do a Google search for the
    address. It's easy, inexpensive, and it works. I tried to do this
    with the Photo Gallery in DW and FireWorks--but couldn't get it
    right. CC uses Flash and Javascript.
    Good Luck

  • How can I turn a phrase into a hyperlink to a page within the same iBook?

    I tried the link inspector in all ways I could see, but could not find a way to make a phrase a link to another page or heading within the same book in iBook Author (which is very easy in HTML).

    After posting the question, I saw in the right side bar a previous question raising the same issue. In fact, it solves it!

  • Navigate to another page in the same window problem

    Hi,
    I have a problem with the following scenario:
    When a user clicks on a link in a portal, a web dynpro page opens in new window with the url similar to this
    http://server:port/irj/servlet/prt/portal/prtmode/runtime/prtroot/pcd!3aportal_content!2fCompany!2fIntranet_v2!2fApplications!2fZZ!2fPages!2fBrowseCopies
    So basically in this way we only want to display this single application, without portal top level navigation, inner page, masthead etc.
    The problem occurs when we try to implement navigation from this web dynpro application to another page
    When we use WDPortalNavigation a new window opens but we want the navigation to happen in the same window.
    We cannot use LinkToUrl control with _self parameter because its not supported.
    We also cannot use HttpServletResponse by getting it through com.sap.tc.webdynpro.services.sal.adapter.core.IWDWebContextAdapter class.
    We also cannot use ExitPlugs because the error occurs with the message that the ExitPlugs cannot be used in portal.
    Basically I need a redirect to another page. Any ideas how to solve this problem?
    Regards,
    Ladislav

    Hi,
    the link which initially opens this web dynpro application page is contained in a html page.
    Here is the code:
    WDPortalNavigation.navigateAbsolute(
      "ROLES://portal_content/Company/Intranet_v2/Applications/ZZ/Pages/PurchaseRequests",
      WDPortalNavigationMode.SHOW_INPLACE,
      WDPortalNavigationHistoryMode.NO_HISTORY,
      "requestNr="+wdContext.currentContextElement().getRequestNr());
    Regards,
    Ladislav
    Edited by: Ladislav Pomezny on Jul 2, 2009 1:23 PM

  • Unable to return from a column link to popup page in the same window

    Using 3.2
    I have a tabform with a link to a pop-up page (and passing values). It's working fine but when I 'Save' on the pop-up, instead of returning to the originating page, it opens up a new window with the originating page on it. How do I get back to the originating page? I'm sure it's in my branch or button url syntax but can't figure it out. I tried creating a process to 'close window' but still opens up a new window.
    FYI - if I just do the 2nd page as a normal page, all is fine but the users would prefer a popup.
    Thx.
    Sandie

    Use the template 'Popup' for your page.
    Create a After Submit Process and select the option 'Close Window'. Make sure this is the last process (highest sequence number). This will automatically closes the popup window and user will be on the parent page.
    Do not create any branches on the popup page or any target in your Save button.
    If you need to refresh the parent page with the information entered on the popup page, enter the following code, at the end, in the process that does your DML (a process that comes before the Close Window process).
    htp.p('<script>');
    htp.p('window.opener.location.reload(true);');
    htp.p('</script>');
    I have created popups this way and they work, at least in 3.2version. In APEX 4.0, the parent page is not refreshing with the data entered on the popup page, which I'm currently investigating into. If you have a different code to refresh the parent page, please share it with me.
    Edited by: rbheemir on Nov 10, 2010 2:56 PM

  • I have downloaded Word in icloud have opened a project named Recipes and added a recipe now I don't know how to write and save another recipe to the same place.  I don't see anyway to save?

    After using the Word in ICloud and creating a new project named recipes then putting a recipe in now I don't know how to add a new page with another recipe and save it to the same  project the first one is in.  I don't see any icon that will save?

    Arlene83 wrote:
    After using the Word in ICloud
    There is no version of the Microsoft Word app available for iPad.  What exactly do you mean here?  What app are you talking about?  And what is the tie-in to iCloud?

  • How do I hyperlink to a page in the same document in pages

    I have used the help and also read the Pages user manual on how to hyperlink to a specific word or words in the same document and nothing works. The main problem is the when I try to set a bookmark the + is not highlighted to add the word or words that I highlighted.

    Tom,
    Well, I was considering that a blank page requires a page break, and since you can insert a page break after a page that is so full that adding one more character would force a new page, it isn't exactly on the previous page, either. It's kind of between the pages.
    Nevertheless, if you show invisibles, the page break shows itself on the previous page, and if you select it for your bookmark, it will jump to the end of the previous page, so basically your objection is valid. If you have a completely blank page it would be better to type a single space onto the page and use that for the bookmark. I think this could only be the case for the final page in a document; every page before that must have at least a page break or a section break on it.

  • Show another page in the same page

    Hello
    I have the following case :
    Trinidad Page it includes A trinidad table of urls and in the same page i have an iframe .when the user select a row from the table :
    - the screen is submitted and display the selected URL in the iframe.
    What is the best way to do that.
    Regards

    Hi, The following assumes that you are using 'single' as the selection strategy for the table.
    try the following:
    1. declare a global variable iframeSource with getter and setter methods.
    2. set the autoSubmit property of the table to true
    3. add a selectionListener method to the table; and in that write the following code
    RowKeySet keys = table.getSelectedRowKeys();
    Iterator iterator = keys.iterator();
    while(iterator.hasNext()){
    Your-RowObject-Containing-URL urlobject =(Your-RowObject-Containing-URL) iterator.next(); // may be the object is simple string in your case.
    iframeSource=urlobject.getURL();
    4. wrap your iframe in a trinidad's panelGroupLayout or any other container component to make use of PPR :
    &lt;tr:panelGroupLayout partialTriggers="table-id" &gt;
    &lt;iframe src="#{your-backing-bean.iframeSource}" .... .... .... /&gt;
    &lt;/tr:panelGroupLayout&gt;
    With that, when ever a row is clicked in the table the content of the iframe gets updated with the content from the selected url.
    Edited by: saasira on Feb 19, 2009 5:25 AM

  • Combine link to another page with the drop down read more of an accordian

    example at PEI Lawyer Referral Service Find a PEI lawyer by type of law practice or law firm  PEi Legal Help  see the item at the top of the left column labelled Business Lawyer Referral  Service
    That is a live link, but it is the label for an accordian drop down box
    THE PROBLEM IS THIS
    If you click on the link part, you get taken to the other page,
    I need to somehow separate the link from the drop down information
    Any bright ideas?
    Thanks

    You can use the accordion label as intro text and then container would include the detailed format of content.
    Thanks,
    Sanjit

  • How to open another page on the same document in microsoft office 2008

    Hi, can you tell me how to open a page in microsoft office 2008, thanks

    Insert -> Page -> Page Break

  • How many physical links does ios support for the same ip route entry?

    6500/7600?12000?crs-1?
    can etherchannel increase load balancing ways?

    check out the following link on EtherChannel Load Balancing :
    http://www.cisco.com/en/US/tech/tk389/tk213/technologies_tech_note09186a0080094714.shtml
    hope it helps.

  • Creating a link to another sheet within the same file in Numbers

    I have a spreadsheet in Numbers that contains many detail sheets with a seperate Summary sheet.
    I want to be able to click on an entry (within a cell) in the summary sheet and (just like a hyperlink) it take me to the detail sheet of that name.
    There is a hyperlink option within the Inspector, but it is only to goto a url or email message.
    Can anyone help, or is this a request I should make for the next version?

    New features means new high version num.
    Version 1 for instance was updated as version 1.0.2 then 1.0.3
    At this time we just got the upgrade to version 2
    Some day we will get an update to version 2.0.2 with oddities corrections.
    Maybe later we will get an update to version 2.0.3 with other corrections.
    For new features we will have to wait for the upgrade to version 3 included in what I named NiWork '10.
    Prepare your bucks
    Yvan KOENIG (from FRANCE jeudi 5 février 2009 18:21:58)

  • How does a method extend another method in the same class ??

    hi everybody, I want to know if it is possible to have such code as:
    void foo(){
    // foo process
    void bar <<extend>> foo{
    //foo process
    //bar process
    thanks for helping me

    Since you want different names for each of your so-called "child" methods, then neither overloading nor overriding in a subclass will work as each relies on the same method names. Perhaps the following will suffice:
    public class MyClass
       //some stuff
       private myMethodThatDoesSomeStuff()
          //do some stuff that all the other methods must also do
       private methodA(int q, byte z)
          myMethodThatDoesSomeStuff();
          // continue with this method.
       private methodL(short v, float g23)
          myMethodThatDoesSomeStuff();
          // continue with this method.
    }If not, you need to do some design work.

Maybe you are looking for

  • Warning for users of older versions of Java thinking of upgrading to 10.6

    I'm a pediatric oncologist and I use a MacBook Pro at work for many aspects of patient care. We have web based system that allows us to look at radiology scans from any computer via a browser. This system requires Java 1.4.2 to work -- it will not wo

  • Error in KSPI

    Dear All, I have definedu2019 u20184 activities in our production (one Production Cost Center) scenario and we have four overhead cost centers [viz, Manufacturing OH (EE04304000), Admin OH (EE04309000), Factory OH (EE04307000) and Other OH (EE0430800

  • For what is used the Serializable?

    Hi! I'm wondering for what can I use the Serializable interface. Since it do not have methods or fields. Can you tell me for what it is used and provide a little example of it? Thanks a lot! Raul

  • Commercial Invoice number mandatory in MIGO

    Dear All, Is there a way to make the commercial Invoice number to be a mandatory entry field for Import MIGO. Is there any field settings or any EXITS available? Please advice. Regards

  • Importing  Parameter (/1BCDWB/FORMOUTPUT) Not filled  - Inside the RFC

    Dear All, I am Calling the Adobe form Inside the RFC Function Module, problem i am facing this Importing Parameter  /1BCDWB/FORMOUTPUT not filled. Based on the Importing I need the XSTRING Data CALL FUNCTION  <Function Module name>          EXPORTING