Create links in a index file to jump to other pages in the document

Hi apple community,
I am trying to set up my first document in pages on the ipad.
I'm trying to make a index for my recipes at home. Now I would like to link them directly to the page where they are.
Can I do this with the function "hyperlink"? And how should I write it down if I, for example, want to jump to page 14 from the index-page.
I couldn't find in the forums a answer (or that it can't be done).
If not possible I really hope it's on the todo list for the pages app.
Thanks in advance :-)

Edge animations run in an iFrame, which is technically a different page to the one you have placed the bit ton on. To get the button to link to an anchor on the main page, you'll need to create a literal link (/page.html#anchor) as an action in Edge. Make sure the target attribute is set to _parent.
that should do the trick but it won't be a smooth scroll like Muse normally does between anchors.
David

Similar Messages

  • I have created a drop down menu and duplicated it in other parts of the document.

    When a selection is made in a box, they all change.  How can I fix it so that every drop down is independent?

    The "#" indicates the number of the field with the same name. This is referred to as a "widget" and for most fields it can be a problem. Only buttons, check boxes, and radio buttons can have widgets and work independently within limits. Check boxes and radio buttons with the same name but different option values allow only one selection within the group of like named fields.

  • I have newer pdf files that show the 1st page of the document as the icon instead of just the logo.

    Is there a way to save the other pdf files so they also show the 1st page of the document?

    Compress it as a zip file and add the zip file to the mail as an enclosure.
    In the Finder control (right) click on the pdf file to bring up the Finder's contextual menu and select Compress.  A .zip file will be created in the same directory as the pdf file.  Then add that zip to your mail message.  The receiver will of course have to expand the zip on his or here end.  But zip is fairly general and woks on both macs and windows.

  • I have an index page that does not correctly load css, but css works on all other pages in the site.

    http://www.boulderridgecondos.com/ does not load the css correctly, but ALL other pages in the site do load the css correctly. There is nothing different (that I can identify) between the pages.
    http://www.boulderridgecondos.com/news.htm
    I am guessing that there is something wrong in the css, I inherited this site and have gone over the css but can't find a issue that would cause this to occur.
    Any help or suggestions to research something would be appreciated.

    That page is saved as UTF-16 (Content-Type: text/html (BOM UTF-16, litte-endian)) in your text editor. The CSS file is send as ISO-8859-1. Firefox likes to see all files in the same encoding. The other pages are send as ISO-8859-1 and thus use that CSS file. You will have to re-save that page as ISO-8859-1 and upload that corrected version.

  • Configuring the file server in KM and access,edit the documents from it

    Hi friends,
      My requirement is to configure the file server where u will have all the structured and unstructured data stored here. So users can share the documents and create, edit ,save the documents from the file server itself.
    In KM what kind of file servers are there apart from the one it supports by default.
    Can anybody pls provide the configuration steps regarding how to configure the file server i KM.
    To configure the file server is webDAV protocol required?
    Points would be assigned for the helpful answer.
    Thanks in advance.
    Regards
    Sireesha.

    Dear Sireesha,
    Well KM supports mostly all the File server however we have some restrictions with Novell FS and Sharepoint Server from Microsoft. Like versions and other meta data have some issues.
    Alsothough to configure a File Server you need to first create a FS repository Manager. Details can be found in the help guide:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/frameset.htm">FS Repository Manager</a>
    Yes WebDAV protocol is required here.
    You can create WebDav RM as well.
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/4a/217fb6c33c6748a1715a161ac942cd/frameset.htm">WEBDAV</a>
    The above links will help answer your queries.
    Regards
    Anjali

  • How do I create a quick tool button for a specific preflight profile to flatten the document?

    Hi all,
    I'm using Acrobat XI on a Mac.
    So I've done my googling and searching of the forum, and figured out how to flatten a document (I apply my signature with a stamp) using preflight. However, I'd like to create a simple, quick tool (or otherwise) button to click and flatten a document. How do I go about doing that?

    I don't think you can create a button to run a Preflight Profile. But you can create a Preflight Droplet from the Preflight Options menu. This lets you drag and drop PDF files onto the droplet (essentially an alias to run the profile). You choose a Success folder and Failure folder location to direct files which pass or fail the preflight. (Read more in Acrobat Help.)

  • Created a book and now want to bring in other images to the strip below.

    I have created my draft book but I found 25 images were missing from the file I created the book from so I now want to bring in those images which are on a memory stick.  I tried importing and they are in a separate file in the catalog.  I can't seem to get those over into the file related to the book.  How should I proceed? move the images from that file to the books file or reimport them into the books file and MOST importantly how do I do it since I have obviously been unable (my failings) to make it happen
    Thanks
    Jim

    Thanks for looking at this.  I realize my novice nature and lack of the wrong vocabulary so lets ask it this way and I know this is a real basic question.  I have a collection that is embodied in the saved book.  and I can see it in collections with the book icon.  I have a memory stick to import from.  What is the process, because when I went to import these I did not see that collection in the list of target  locations for the import.  Best procedure to import more into the existing collection?
    Thanks for putting up with my uneducated attempts, I will be working on betting better
    Jim

  • Upload and download the file same name but different extension from the document library.

    HI,
         I am using the Client Object Model (Copy. Asmx ) To upload and download the file from the document library.
    I am having the mandatory File ID for the each Document.
    I tried to upload the the document (KIF53.txt) with File ID (KIF53) uploaded successfully.
    Again I tried to Upload the document(KIF53.docx) With File ID(KIF53) its uploaded the file but it not upload the File ID in the Column
    Please find the below screen shoot for the reference.

    thanks ashish
    tried 
    My requirement is to create the  folder and sub folder in SharePoint document library. If already exist leave it or create the new folder and the subfolder in the Document library using client side object model
    I able to check for the parent folder.
    But cant able to check the subfolder in the document library.
    How to check for  the sub folder in the document library?
    Here is the code for the folder IsFolder alredy Exist.
    private string IsFolderExist(string InputFolderName)
            string retStatus
    = false.ToString();
            try
                ClientContext context
    = newClientContext(Convert.ToString(ConfigurationManager.AppSettings["DocumentLibraryLink"]));
    context.Credentials = CredentialCache.DefaultCredentials;
                List list
    = context.Web.Lists.GetByTitle(Convert.ToString(ConfigurationManager.AppSettings["DocumentLibraryName"]));
                FieldCollection fields
    = list.Fields;
                CamlQuery camlQueryForItem
    = new CamlQuery();
    camlQueryForItem.ViewXml = string.Format(@"<View 
    Scope='RecursiveAll'>
    <Query>
                          <Where>
    <Eq>
    <FieldRef Name='FileDirRef'/>
    <Value Type='Text'>{0}</Value>
                            </Eq>
    </Where>
    </Query>
    </View>", @"/sites/test/hcl/"
    + InputFolderName);
    Microsoft.SharePoint.Client.ListItemCollection listItems
    = list.GetItems(camlQueryForItem);
    context.Load(listItems);
    context.ExecuteQuery();
                if (listItems.Count
    > 0)
    retStatus = true.ToString();
                else
    retStatus = false.ToString();
            catch (Exception ex)
    retStatus = "X02";
            return retStatus;
    thanks
    Sundhar 

  • In FF 3.6, adjoining the back forward button, there was a dropdown which allowed me to jump to any page in the history list of the tab. This feature is missing in FF4. Is there any setting to enable it?

    In FF 3.6, adjoining the back forward button (on the left of address bar), there was a dropdown which allowed me to jump back/forward to any page in the history list of the tab. This feature is missing in FF4. Is there any setting to enable it?

    For me, I have the same question, this is a poorly done upgrade and I want to go back to 3.6

  • Cant open pdf files, nothing happen when i click in the document

    i have adobe cs6 install in my mac computer , and recently is not been working properly. it seens that when i try to open a document with the pdf extension ,it only open the software but not the portable document file.

    Hi alex23net,
    What version of Acrobat do you have? Does Acrobat X (which was included with CS6) open when you double-click a PDF, or does Adobe Reader open?
    What happens when you open Acrobat/Reader and then try to open your PDF files?
    Best,
    Sara

  • Create Link to attached PDF file

    Hi guys
    I am having a nightmare!
    I have been provided with a Word document which contains links to embedded PDF documents.  It all works lovely, you click on the link in the word document and up pings the embedded PDF in a new window.
    My issue is that I now have to turn the Word document into a PDF to put on our website.
    I have tried numerous ways of PDFing the Word document but none have been successful in maintaining the embedded PDFs within it.  When I open the PDFd Word Doc it can see that there is links, but when you click, nothing happens.
    I have accepted there probably isnt a way to do this, so I came up with an alternative plan of saving all of the embedded PDF links to my hard drive, PDFing the original word document, attaching the embedded PDFs to the main parent PDF and linking to them.
    HOWEVER! I cannot figure out how to link from the main PDF to the attached PDFs.  I can create a link but there doesnt seem to be a way to set it to open the attached PDFs (which ideally should open in a new window ..) ARRGHH!
    Help!
    Thanks

    Sounds like you on a Mac. And Adobe has let this bug go on for 15 years with no intentions of fixing.
    Take the word File and if You have Apple's Pages (part of the iWork package) and Open there (will be imported)
    Verify That your formatting has not been changed. (Making sure all links work.)
    If not  changed, create the PDF from there.
    Go to Print Menu
    Click on PDF and Hold
    When window pops up choose Adobe PDF
    Follow directions as the Pop up.
    All your Links should be live. IF they were live in the Pages file.
    It seems after 15-20 years Adobe programmers haven't learned various codes Word uses to make links, and. Even 2011 which used parts of Office 2007 and 2010 to create it. the only difference were UI (User Interface) and key mappings for short cuts.

  • Allowing user to create link to a network file

    Is there a way to allow the user of a form to enter the path to a local network file (such as a Word document), so that when others click it, it will take them to the file?
    In a thread in another forum, someone posted the following method of create a button containing the following code that converts text entered into a text field into a hyperlink:
    if (xfa.host.name != "XFAPresentationAgent")
        var oURI = xfa.resolveNode("form1.page1.header.TextField2").rawValue;
        var oLink = "<body xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:xfa=\"http://www.xfa.org/schema/xfa-data/1.0/\"><p style=\"letter-spacing:0in\"><a href=\"" + oURI+ "\" style=\"margin-top:0pt;margin-bottom:0pt;text-valign:bottom;font-fami ly:'Myriad Pro';font-size:8pt\">" + oURI + "</a></p></body>";
        xfa.resolveNode("form1.page1.header.TextField2").value.exData.loadXML (oLink, false, true);
    This works great for internet URLs; however, when you enter a local or network path (for example "Y:\Network\File.doc"), you get the following error message in your default browser:
    Firefox doesn't know how to open this address, because the protocol (y) isn't associated with any program.
    How would you alter this code so that it links to a local or network file, and doesn't try to open it in a web browser? Or, if this isn't possible, is there any other way to allow the user to create a clickable link to a file?
    Thanks,
    Jo

    I've never tried it and there may be alternative ways of doing it, but I would think the only way you can provide formatting tools - without recreating each tool - is to use an Applet.
    What you're trying to do is create a document object on the server, have the user select an command on the client side (such as underlining text), have the client pass the command back to the server, and echo the results of that operation, right?
    It would be incredibly awkward and impractical to do that through a conventional stateless HTTP medium such as JSPs, PHP or JavaScript. It may have been done before, I'm just not aware of any attempts to do so.
    Are you willing to consider alternative third-party solutions, open source or not? Or is this something that you explicitly have to code?

  • Index file share with pictures - how to get the "Tag" property as refiner?

    Hi,
    I'm indexing a folder in file share and in the windows explorer view i gave values to the "Tags" property.
    Now i want to set it as refiner in search results. I see that SharePoint gets the properties of: file name, size, picture height, picture width, author... how to get also the properties of Tags? and Dimensions?
    keren tsur

    Hi keren,
    According to your description, my understanding is that you want to add some refiners based on pictures’ properties in SharePoint 2013 Search.
    Firstly, do a full crawl for the content cource.
    For the ‘Tags’ refiner, go to the results page, click on edit page and edit the refiners web part, then choose the Choose Refiners picker. Now add the TAGS field to the right hand column.
    More information, please refer to the link:
    http://social.technet.microsoft.com/wiki/contents/articles/23690.sharepoint-metadata-tag-refiners-not-displaying-in-sharepoint-2013office-365-search.aspx
    SharePoint indexes an item based on list/library columns. However, for the Dimensions property of pictures, SharePoint library cannot retrieve the property from pictures . So when crawling, the property cannot be crawed as a crawled property, you are not
    able to add it as a refiner in Search. When you use Picture Library, there are Picture Size, Picture Width and Height columns, you can create refiners based on these three columns. You can check them in Crawled properties(CA->Search Service Application->Seach
    Schema).
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Numbers tell me I need an uptodate version to open a file created but I have the latest version so I am unable to open the files. I see others are having the same problem. Is there a solution?

    Numbers tell me I need an upto date version to open files though I have the latest version installed and used to create the files in the first place is there a solution.

    Please see this user tip:
    Need newer version of Numbers to open file

  • When I click on a link I get sent to a bunch of other sites and the problem doesn't occur when I use windows internet browser.

    When I click on a link, whether e-mail, yahoo or other search engines, E-bay, Amazon, etc. I get sent to another site. If I click back and then re-click on the original site I get sent to where I wanted to be. While I am browsing on a web page of any of the above, or other sites, I sometimes get a voice ad or possibly a video, but I can't locate it or turn it off. This does not happen when I use windows internet, or it's Google chrome internet, only with Firefox. I have used Ad aware, and Mal-bytes anti-virus but they come up blank.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

Maybe you are looking for

  • Hide/show text boxes in report header

    Hi All, I'm trying to implement a request to have a tablix header frozen in excel. So, I'm placing it in the report header as text boxes. However, there are two different tablixes (a one per page) with two different headings. I'm trying to place thos

  • Dead lumia 620 after software update

    Hi all, My lumia 620 is not working anymore after I installed the software update. It seems the screen does not react anymore... So I can't give in my pin code. A few weeks ago I replaced the broken screen, and all worked perfect. Ever since I instal

  • Playing video online

    I have just checked that my broadband speed: connection speed is 17 mb, download speed is 14.8 and upload 0.76 mb Yet if I play a video online, it takes ages to load, plays a few seconds, stops. Then loads again taking minutes, starts again for a few

  • Vertical Stacked Bar Chart

    I have created Vertical Stacked Bar Chart and would like to put some space between value and value title for Y axis Thanks

  • Getting an image path & display an image  in JSp

    hi How to get image & particular image path stored in Database .in Jsp [ Image stored in anther drive ( D:\images) ] & my webroot dir in c:\apachetomcat\webapps.... Any Help will be Appriciated [email protected]