Problem changing an internal hyperlink to new destination

I am working with a document (77 pages) originally created in InDesign CS5.5 on a Mac.  I'm now working with it on InDesign CS6 on a Mac OS 10.7.4. 
I need to update the destination of several existing hyperlinks in the document's table of contents.
One problem is that the hyperlinks panel doesn't show that the document contains any existing hyperlinks in the Links panel, which is strange.  When I export the document as an interactive PDF, the entire table of contents is linked to internal pages.
Here are the steps I have taken:
I highlight the (existing hyperlink) text in the document's table of contents
Choose New Hyperlink Destination -> Type-> Page. 
Select the  Page #
Set Zoom Setting to Fixed.
Save the document.
Export an interactive PDF.
The link does not update to the new page # I selected.
I do not have the option of creating a New Hyperlink, since it is greyed out.
I've exported as an IDML and repeated all the steps.  No differnce.
Any ideas what I'm doing wrong?
Kathryn

If you create a Table of Contents through the TOC function, this automatically creates a hyperlink, and the destination is defined at the time of TOC generation. These hyperlinks do not show in the Hyperlinks panel, like manually created links. You will not be able to redirect the destination in Indesign. The TOC links are visible in Acrobat by selecting the Link tool and editing the destination there, but not recommended for many destination changes. In the event that content was moved to different pages in ID, and manual edits made to the TOC, the destinations of these hyperlinks are probaly not correct. You could remove all extraneous hyperlinks and regenerate a TOC with new link and destinations created, and see if this corrects issue.

Similar Messages

  • Need on-click routine to change font and hyperlink to new slide

    Hi, I have created a slide that has multiple cells with text within a table. Is it possible that when a cell is clicked, the text within the button (table cell) can change and then hyperlink to another slide. I have the hyperlink working, but at a loss on how to control the text color during my slide show. Help please...
    Otter102

    Which title is this exactly? They all behave differently.

  • Problem Changing MDB Destination.

    Greetings. I am gettign some rather odd errors in my deployment. It is
    almost as if the destination topics for my MDBs are being coded into the
    generated container files.
    Snippet of my weblogic deployment descriptor.
    <weblogic-enterprise-bean>
    <ejb-name>beanDataImportDispatch</ejb-name>
    <message-driven-descriptor>
    <pool>
    <max-beans-in-free-pool>5</max-beans-in-free-pool>
    </pool>
    <destination-jndi-name>serial://jms/gcy/broadcast</destination-jndi-name>
    </message-driven-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/gcyRWDS</res-ref-name>
    <jndi-name>jdbc/gcyRWDS</jndi-name>
    </resource-description>
    <ejb-reference-description>
    <ejb-ref-name>ejb/beanMultiRowImporter</ejb-ref-name>
    <jndi-name>gcy/MultiRowImporter</jndi-name>
    </ejb-reference-description>
    <ejb-reference-description>
    <ejb-ref-name>ejb/beanMultiColImporter</ejb-ref-name>
    <jndi-name>gcy/MultiColImporter</jndi-name>
    </ejb-reference-description>
    <ejb-reference-description>
    <ejb-ref-name>ejb/beanPpiImporter</ejb-ref-name>
    <jndi-name>gcy/PpiImporter</jndi-name>
    </ejb-reference-description>
    <ejb-reference-description>
    <ejb-ref-name>ejb/beanVideoImporter</ejb-ref-name>
    <jndi-name>gcy/VideoImporter</jndi-name>
    </ejb-reference-description>
    <ejb-reference-description>
    <ejb-ref-name>ejb/beanHotplateImporter</ejb-ref-name>
    <jndi-name>gcy/HotplateImporter</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    Error message on deployment
    javax.management.MalformedObjectNameException: ObjectName: Invalid value ->
    hq_Gencyclopedia-Server_GcyBeans.jar_beanDataImportDispatch_serial://jms/gcy
    /broadcast@JMS HQ Main
    at javax.management.ObjectName.validateAndAdd(ObjectName.java:444)
    at javax.management.ObjectName.initObjectName(ObjectName.java:411)
    at javax.management.ObjectName.<init>(ObjectName.java:254)
    at
    weblogic.management.WebLogicObjectName.<init>(WebLogicObjectName.java:197)
    at
    weblogic.management.runtime.RuntimeMBeanDelegate.register(RuntimeMBeanDelega
    te.java:90)
    at
    weblogic.management.runtime.RuntimeMBeanDelegate.<init>(RuntimeMBeanDelegate
    .java:83)
    at
    weblogic.ejb20.monitoring.EJBRuntimeMBeanImpl.<init>(EJBRuntimeMBeanImpl.jav
    a:27)
    at
    weblogic.ejb20.monitoring.MessageDrivenEJBRuntimeMBeanImpl.<init>(MessageDri
    venEJBRuntimeMBeanImpl.java:27)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.initPool(MessageDriven
    BeanPoolInfoImpl.java:173)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBea
    nPoolInfoImpl.java:211)
    at
    weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.jav
    a:1502)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1387)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:397)
    at
    weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:9
    24)
    at
    weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.jav
    a:910)
    at
    weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllAppli
    cations(SlaveDeployer.java:587)
    at
    weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:367
    at
    weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(Deplo
    ymentManagerServerLifeCycleImpl.java:235)
    at
    weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:812)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:294)
    at weblogic.Server.main(Server.java:31)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested
    exception:
    [javax.management.MalformedObjectNameException: ObjectName: Invalid value ->
    hq_Gencyclopedia-Server_GcyBeans.jar_beanDataImportDispatch_serial://jms/gcy
    /broadcast@JMS HQ Main]
    at
    weblogic.management.runtime.RuntimeMBeanDelegate.register(RuntimeMBeanDelega
    te.java:102)
    at
    weblogic.management.runtime.RuntimeMBeanDelegate.<init>(RuntimeMBeanDelegate
    .java:83)
    at
    weblogic.ejb20.monitoring.EJBRuntimeMBeanImpl.<init>(EJBRuntimeMBeanImpl.jav
    a:27)
    at
    weblogic.ejb20.monitoring.MessageDrivenEJBRuntimeMBeanImpl.<init>(MessageDri
    venEJBRuntimeMBeanImpl.java:27)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.initPool(MessageDriven
    BeanPoolInfoImpl.java:173)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBea
    nPoolInfoImpl.java:211)
    at
    weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.jav
    a:1502)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1387)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:397)
    at
    weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:9
    24)
    at
    weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.jav
    a:910)
    at
    weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllAppli
    cations(SlaveDeployer.java:587)
    at
    weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:367
    at
    weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(Deplo
    ymentManagerServerLifeCycleImpl.java:235)
    at
    weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:812)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:294)
    at weblogic.Server.main(Server.java:31)
    <24.05.2002 21:14:08 CEST> <Error> <EJB> <010072> <Error starting EJB Module
    : GcyBeans.jar
    Note that I USED to have serial://jms/gcy/broadcast@JMS HQ Main as my
    destination but I edited it. What is up here ? TIA.
    Robert Simmons Jr.
    Senior Software Engineer
    Ingenium Pharmaceuticals, Munich Germany.

    If you create a Table of Contents through the TOC function, this automatically creates a hyperlink, and the destination is defined at the time of TOC generation. These hyperlinks do not show in the Hyperlinks panel, like manually created links. You will not be able to redirect the destination in Indesign. The TOC links are visible in Acrobat by selecting the Link tool and editing the destination there, but not recommended for many destination changes. In the event that content was moved to different pages in ID, and manual edits made to the TOC, the destinations of these hyperlinks are probaly not correct. You could remove all extraneous hyperlinks and regenerate a TOC with new link and destinations created, and see if this corrects issue.

  • Does anyone has a problem with the screen of the new ipad? (there's a part of the screen which the color in it is "very" bright) and when I move the aluminium part of the smart cover when it's attached to the ipad the colors change!! Help!!!

    Does anyone has a problem with the screen of the new ipad? (there's a part of the screen which the color in it is "very" bright) and when I move the aluminium part of the smart cover when it's attached to the ipad the colors change!! Help!!!

    I'd take it into my local APple store and have them look at it. There may be something wrong inside your device.

  • Disk utility restore problem: cannot drag internal hdd to destination field

    I'm currently trying to restore a time machine backup after my boot ssd recently failed, but am having trouble restoring the backup to my secondary internal drive in the optical bay. My set up isthe following:
    Failed ssd in primary hdd  bay of MacBook Pro (mid 2010)
    1tb secondary  hdd in optical drive bay with time machine backup of failed ssd.
    2tb external drive
    The following is what I have done so far...
    1. Booted into the secondary internal drive and restored the time machine backup onto the external USB drive.
    2. Booted from the restored backup on the USB drive (this now looks like my old computer again but is very slow as its USB 2.0)
    3. Partitioned the secondary internal drive in the optical bay.
    4. Now I want to copy the restored volume on my USB drive to the secondary internal drive in the optical bay.
    When I open disk utility's restore function I can put my original volum in the source field, however, it will not let me put either partition of my internal drive in the destination field. It has no problem putting other partitions from the USB drive in the destination field - just will not allow anything from the internal drive. Why is this?
    I'm thinking it could possibly be because it is in the optical drive bay and apple has prevented copying full volumes into this bay, but then again surely this would be needed when burning DVDs at some stage. Any ideas? Many thanks in advance for any help.

    I managed to complete the restore and you may have been right - I booted from the internal hdd then restored the time machine backup stored on the usb drive to a different partition on the internal hd. Seemed to work fine now running of the hd in the optical drive bay but has still crashed a couple of times which is pretty odd. Perhaps the failed ssd in the main drive bay is still causing a bit of a nuisance (it registers for the first 3 minutes after booting up then disappears). Also didnt notice the responsiveness too much when upgrading from hd to ssd, but going the other way back to hd - can definitely now tell the difference. Painfully slow at times! I need to get that ssd replaced I think.  Anyway thanks for your advice!

  • Having problems changing my verizon prepaid to a new device

    I'm having problems changing my Verizon prepaid phone number to a new device.

        Anita65,
    Oh no, sorry to hear you are having so many issues changing your device. However, get some assistance changing your device by contacting Prepaid Support at 888-294-6804.
    KarenC_VZW
    Follow us on Twitter @VZWSupport

  • If my iphone 5  have problems , apple  is going to change this iphone for a new iphone 5 or 5c 5s?

    if my iphone 5  have problems , apple  is going to change this iphone for a new iphone 5 or 5c 5s?

    but if i pay something more thay can change this iiphone 5 for a 5s?
    No, not for a warranty or out of warranty replacement.  Any iOS device will be replaced with an identical device.  Heck, Apple still has original iPhone service units in stock for out of warranty replacement and battery replacement of 1st generation iPhones from 2007.

  • I changed my internal HD after a problem, and now I don't have the Iphoto app.

    I had a problem with my internal HD which makes me buy a new one and install the Software OS X 10.9.4. Now I can't find the Iphoto app. I looked to the app store and I have to paid to have it back, it is right?
    Below my computers spec
    MacBook Pro 13 inches late 2011/2,8GHz/4GB
    Software OS X 10.9.4 (13E28)

    iPhoto is not in your applications folder?
    Check these for maybe some help:
    http://www.apple.com/support/mac/app-store/contact/
    Download past purchases
    http://www.apple.com/support/mac/app-store/

  • TS3899 I was hacked and had to change my yahoo password.  I cannot get my iPhone or iPad to accept my new password.  Am not receiving emails on either device.  I had no problem changing my password on my computer.  What is the secret?

    I was hacked and had to change my yahoo passwrd.  I cannot get my iPhone or iPad to accept my new password so I cannot receive messages on either.  I had not problem changing my password on my apple computer.  Please help!  What is the secret?

    Delete the account on your phone & iPad. Then set them up again.

  • I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted??

    I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted? Maybe Itunes thought that I was someone trying to copy my old podcast because I kept the same name, I tried to change the names but it looks like I'm on a blocked list...

    There is a procedure for changing the feed URL for a podcast, which it seems you haven't followed: you have to add a special tag to the old feed - just submitting a new feed will have exactly the effect you describe. The proper method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move

  • Problem in changing the internal table contents of a standard program

    Dear All,
    I am making changes to internal table LT_PPDIT of standard program SAPLHRPT in the user exit EXIT_SAPLACC4_001 while payroll posting to accounting with tcode PC00_M99_CIPE. But though the changed value of LT_PPDIT is visible within the exit still the value of LT_PPDIT when we come outside exit is the same as what was before entering exit.
    Please suggest is there any way of modifying internal table of a standard program in the user exit.
    Regards,
    Kanupriya

    Hi,
    I think the internal table is getting refreshed or something like that after the user exit.
    Try debugging after the user exit and put breakpoints at clear and modify statements.
    Then you ll find out where its regaining the oringinal value after getting changes.
    After locating that point try finding some enhancmenent point there and including your code so that your value of internal able gets modified.
    Regards,
    Subhashini

  • Changing the internal domain to a subdomain -- Help!

    Hello, so I have a huge project coming up and i was wondering if someone had some experience on this that could give me some advice.
    So,  started working on this company that has an internal domain called.. lets say abc.com  and external alphabetaghama.org   ..  the problem we have is that we cannot get certs for our internal domain for public access like our exchange
    server fqdn for example is exchange.abc.com ... Someone else owns abc.com which prompted my new boss to fix this and now i have a project to change our internal domain to match our external but I know that the best practice is to have a
    subdomain as the internal domain and I think that's the route my boss wants to go with..  which brings me to my question.
    What will I have to do to get this accomplished... our external domain name is really just a forward zone and i dont have a forest so does that mean that i will have to build a alphabetaghama.org forest and add a subdomain like corp.alphabetaghama.org 
    for our internal and then migrate everything over? 
    We currently have exchange 2007 with 2008R2 DC's..  our new domain would be on 2012R2 DCs with the same exchange server..
    Sorry if something doesn't make sense, I'm a little new to a major project like this...

    Hi,
    This really depends on the requirements. As the Domain restructure is a huge project, we'd better have some experts with good experenses at hand. And if the problem (to get public access) is solved,  it is recommended to have a good consideration
    if the rebuilding is needed.
    Regarding the internal domain name, maybe you want to have a look into the below MS article:
    How Domain Rename Works
    http://technet.microsoft.com/en-us/library/cc738208(v=WS.10).aspx
    For your reference:
    ADMT Guide: Migrating and Restructuring Active Directory Domains
    http://technet.microsoft.com/en-us/library/cc974332(v=WS.10).aspx
    One thing to mind is ADMT tool may cannot
    be installed on a Windows Server 2012 DC, so please make sure in the target domain we have a Windows Server 2008 DC to be the ADMT server.
    ADMT 3.2 and PES 3.1 installation errors on Windows Server 2012
    http://support.microsoft.com/kb/2753560
    Hope this may help
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • HT204370 I have changed my internal hard drive on my macbook pro. I have put old hard drive into a capsule and have this plugged into my laptop. I can't find the movies on my old hard drive now? Any idea how I can move them to iTunes again? cloud taking H

    I have just changed my internal Hard drive on my MacBook pro. I had recently downloaded some movies on iTunes which I want to put into my iTunes library on my new internal hard drive. I have put my old internal hard drive into an external capsule but when I open the icon of the hard drive from the desktop I can't find my movies.
    At the moment I have the new movies downloading again from the cloud but it is literally taking hours for even one movie to load.
    When I changed the internal hard drive I restored my info from my old external hard drive which hadn't been backed up in a month and hence does not have my latest movies...
    I am concerned that I might go over my internet usage limit (flatmate is refusing to change to unlimited package!!!!) by downloading all the movies again from the cloud never mind how long it is taking...
    Is there any way to restore all my info and media from the old internal Hard drive in the capsule as well as from the external hard drive?

    It means there is no bootable system on the drive. If you still have access to the old drive, then I suggest you boot from it then clone it to the new internal drive. Use OPTION boot to boot from the Recovery HD on the old drive:
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Source means the external old drive. Destination means the new internal drive.

  • Problems with transferring iTunes Library to new iMac

    I am having a problem with transferring my iTunes library to my new iMac. I have read many of the suggestions posted in this forum along with numerous articles on other sites. I have not seen anyone describe my exact problem.
    When I got my new iMac, I used Migration Assistant to transfer everything (files, applications, settings, etc.) from my old iMac to the new iMac. On my old iMac, the iTunes music folder (i.e., the actual mp3s) are on an external HD, while the iTunes Library file (the database and xml files) were in the /user/Music/ folder on the old iMac.
    After the Migration Assistant was done, the /user/music/ folder and the library files were copied to the new iMac, but the iTunes music folder was not. It is still on the external HD.
    If I open iTunes on the new iMac, iTunes shows me all of my songs, but if I play one, I get the "song can't be found; do you want to find it" error. In iTunes preferences on the new iMac, the "iTunes music folder location" is the new iMac.
    I have the 2 iMacs connected by a firewire cable, but neither iMac recognizes the other computer as being on the same network. That is, in Finder on the new iMac, I cannot see the external HD of the old iMac.
    I can't change the library location on the old iMac, because the new iMac does not appear in Finder or in the "Change Music Folder Location" dialog box.
    I want to move the music folder (the actual mp3s) from the external HD of the old iMac to the INTERNAL HD of the new iMac. I don't need to keep them on the old IMac, as I will be selling that computer. Of course, I want to keep all my playlists, artwork, etc from the old library.
    Does anyone have a suggestion?
    Thanks.

    Never mind. Figured it out. I attached external HD to new iMac and consolidated. Duh.

  • Changing my Internal subdomain

    Hello, so I have a huge project coming up and i was wondering if someone had some experience on this that could give me some advice.
    So,  started working on this company that has an internal domain called.. lets say abc.com  and external to alphabetaghama.org   ..  the problem we have is that we cannot register our internal domain for public access because someone
    else owns abc.com which prompted my new boss to fix this and now i have a project to change our internal domain to match our external but I know that the best practice is to have a subdomain as the internal domain which brings me to my question.
    What will I have to do to get this accomplished... our external domain name is really just a forward zone and i dont have a forest so does that mean that i will have to build a alphabetaghama.org forest and something like corp.alphabetaghama.org subdomain
    for our internal and then migrate everything over?
    Sorry if something doesn't make sense, I'm a little new to a major project like this... 

    You are probably better off keeping your internal domain name space separate from your external/public name.
    Aside from starting from scratch, renaming a domain is not something to be undertaken lightly, especially if you are running SBS/Essentials.
    Id imagine the steps would be similar to migrating out to Standard, and removing the Essentials from the domain. Rename the Domain. Then migrate an Essentials box back in.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

Maybe you are looking for

  • Need Help On How to Install JDBC Driver

    I've downloaded the JDBC driver and set the CLASSPATH environmental variable to the .jar file that is the same one I downloaded that is in the oracle folder. (not sure why I have to download it again) But, there are no other instructions on installat

  • Version tables in Oracle Designer 6i ????????

    Hi all, I would like to create some reports out of the version history of my DB. Does somebody know in which tables does the version history of the tables are being stored.??? Thanks in advance, C|

  • Can we have more than one Transaction type in Interaction Center in 7.0

    We are currently upgrading from CRM 5.0 to 7.0. We have an Interaction Center that has about 30 transaction types defined in the action boxes that we want to use in the CRM Web UI in 7.0. Is it possible to use more than one Business Activity (Sales)

  • Blog photo transfer for Mac

    On the Google blog site there is offered a free download enabling transfer of photos to a URL, from which it can then be placed in a blog. As per usual, it works for Windows only. Does anybody know if there is such a "service" offered anywhere for bl

  • Unsupported file type: unknown | File type: Video_ts.bup

    I have a home made DVD made on a Windows machine. I made a copy of the DVD with Toast 6 without a problem. However, when I try to import the same file into iDVD it gives me the notice stated in the caption -- unsupported file type: unknown. Does anyo