Hperlinks to anchor error

When I create a hyperlink to an anchor in a webpage in Pages (08 or 09), the resulting link is an error because Pages substitutes a space for the # key. For example, to link to an anchor you type www.apple.com#macbook and it should take you to the section of the page with that anchor name. However, in Pages, it inserts "%23" for "#" Does anyone know a workaround for this?
When I export it as a PDF, I can go in with Adobe Acrobat Pro and correct it, but don't feel I should have to.

The workaround is to get Pages to enter the link into the Link Inspector URL field for you, as opposed to typing or pasting it into the Link Inspector URL field. For example:
1. Paste the link text into the body of the document
e.g. http://en.wikipedia.org/wiki/IWork#cite_note-0
2. Select the link text
3. In the Link Inspector, add a check to Enable as a hyperlink (URL is automatically populated)
4. With link still selected, type whatever text you want to represent the link, e.g. iWork
Now if you click the link, in this case the word iWork, it will honor the anchor.

Similar Messages

  • Data path on anchor error?

    We have the WiSM in a 6509 and I found this alarm in the WCS.
    Controller '<IP Address Controller 2>'. Data path on anchor '<IP Address Controller 1>' is down.
    I rebooted each controller and all seemed to come back up okay but I am trying to understand this error and what could cause this.
    Can anyone help explain this a little more for me?
    Thanks,
    Ed

    Hey Trent,
         That would be great if you let me know where you get with TAC.  From what I can tell it is mostly random in our situation. We haven't been able to associate any rhyme or reason for why it happens or when it happens.We can go 30 + days with no problem and then, boom it is throwing errors again.... I really wish I had an answer. We were planning on upgrading anyway but just haven't found a good time to do so yet because we also run VoIP with the Cisco Cordless phone and people cannot be without them. Our site is 24 / 7 so no time is a good time! Ha Ha! Thanks and please let me know if you get anywhere with TAC. I would appreciate it....
    Thanks,
    Ed

  • Error on page from BW 3.5's default web template

    Hi Guru's,
    We have a problem in our new BWD BW 3.5 environment where we are getting the "error on page" error from SAP-generated code and we aren’t sure why.
    On our old BWT BW 3.0b platform, we have been using a modified version of the 0query_template called Z_QUERY_TEMPLATE. We did a system copy of BWT to BWD, our new BW 3.5 platform. At that point in time we would see our old BW 3.5 default template for queries that we ran. We wanted to see what the new default web template looked like in BW 3.5. We found where we could remove the Z_QUERY_TEMPLATE from the Web Adhoc Analysis web template setting so we could see the new features of the BW 3.5 default BEx query designer template instead of our old BW 3.0b default template.
    Now when we run a query through the BW 3.5 query designer on BWD, we are using BW3.5’s default template. The prompt web page is fine. No errors on page messages.
    However, the initial presentation of the query results displays okay, but shows "error on page" in the message bar at the bottom of the displayed page. As soon as we do any navigation on those query results that error on page goes away. If we navigate back to the initial presentation, all is still okay. If we use the context menu to go back to start, we again get the error on page.
    This error on page does not happen in BQ2 (our new BW 3.5 QA environment copied from our old BW 3.0b QA environment where we had not yet changed the default BEx Query Designer template to be Z_QUERY_TEMPLATE). We have tried several queries and in each case, we get errors on page in BWD, but not in BQ2. We used ultraedit to compare the view source output from the equivalent web pages from BWD and BQ2 and the only difference is the validity date of the data. There are no other differences in the javascript code generated by BW in the two platforms.
    The statement that Internet Explorer is saying is the problem is the same in each of the cases we have checked and that is:
    SAPBWSetFocus(anchor);
    Error: Object expected
    Code: 0
    It’s in the set_tab() function.
    <script type="text/javascript">
    <!--
    /* Calls the online Documentation via technical QueryName */
    function callquerydoc() {
      var docustart= '/sap/bw/doc/meta/fldmeta/default?tlogo=elem&objnm=' + document.getElementById('querydoc').innerHTML;
      SAPBWOpenWindow(docustart,'Documentation',800,600);
    /* Sets the displayed tab */
    /* Check, which items of the Array check_items  is not hidden.
        Change the style of the HTML tag with id Group+Area/Group+Link */
    function set_tab() {
         if (!(navigator.appVersion.substring(0,1) == '4' && navigator.appName == 'Netscape')) {
           var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR4Broadcaster');
        for (i=0;i<check_items.length;i++) {
                        hidden = true;
                       prop = SAPBWGetItemProp(check_items<i>);
                       if (prop != null){
                                           for(j=1;j<prop.length;j++){
                                                      if (prop[j][0] == "HIDDEN")  hidden = (prop[j][1] == "X");
                   anchor_item = document.getElementById(check_items<i>.substring(0,3)+'Area').firstChild;
                    if (hidden) {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTab';
                        anchor_item.title = 'Inactive Tab Page:' + ' ' + anchor_item.title; 
                    else {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTabSel';
                        anchor_item.title = 'Active Tab Page:' +' ' + anchor_item.title; 
              } /* if */
          }   /* for */
        /* Set the BexHeader invisible when running as IView */
            if (SAPBWGetProperty('RUNS_AS_IVIEW')) {
                               document.getElementById('bexheader').style.visibility='hidden';
                               document.getElementById('bexheader').style.display='none';
              anchor = window.location.hash.substring(1,50);
              <b>SAPBWSetFocus(anchor);</b>
      }  /*function */
    -->
    </script>
    Because the error goes away as soon as we navigate I’m thinking some object isn’t being created or initialized, but since the view source code of these pages are identical I’m wondering if there is some code that should be executing before this page that is not happening in BWD for some reason.
    Any help will be much appreciated.
    Thanks,
    Jeri

    Heike,
    Thanks for your help in this. BWD and BQ2 are both on the same SP. SAP_BW release 350 level 10 (SAPKW35010) with BI_CONT at release 352 level 5 (SAPKIBIEP5).
    I invalidated the server cache following your instructions and tried again, but am still having the same problem in BWD. The initial display gets the "Done, but with errors on page" message until any navigation is done.
    I am using IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 when I execute queries on both BWD and BQ2.
    Please, do you have any other suggestions?
    Thanks,
    Jeri

  • Invalid Data Status while loading data in planning book

    Hi,
    Recently i got the error message "Invalid Data Status - Error reading  data - planning book cannot be processed further ". I was able to resolve that issue by running program /SAPAPO/TS_LCM_CONS_CHECK with options Repair and check Livecache anchor. Now Here is my question, i want to know why does the livecache anchor error occurred. What steps can i take in future to avoid this error?
    Regards
    Kartik

    Kartik,
    I couldn't say.  In all the years I have been using SCM, I have never been able to prevent all such errors from occurring, I have only been able to solve certain problems only under certain specific instances.  Usually, the 'solvable; problems I have seen are a result of poorly written enhancments or custom programs.
    One might speculate that the reason SAP provides these repair programs (yes, there are MANY inconsistency-repair type programs) because they believe that such errors are inevitable.
    Maybe you would be better served by just running such programs periocically in batch, as recommended by SAP.
    http://service.sap.com/~sapidb/011000358700000955412003E
    Best Regards,
    DB49

  • Anchor tag error, also copy and pasting text comes up "null"

    After the recent update I am receiving anchor tag errors telling me to start with an alphabetic letter, which I was. Also no longer lets me copy and paste text onto a page, instead it says "null". Any ideas on a fix ?

    I don't see a closing </body> tag in your code.  There's an opening tag, but no closing tag, hence unbalanced.
    ^_^

  • Error message: Page Anchor not found: 188 when exporting to ePub

    I have been working on exporting a book from InDesign CC 2014 to reflowable ePub format. The book is about 250 pages long with numerous photographs, all of which are anchored objects. I am now able to export a good-looking ePub file, but I keep getting just this one error message, Page Anchor not found: 188, followed by the pathname for the file.  I don't see a problem at page 188, but I'm not very experienced with InDesign.  I have done several searches, and I'm not sure exactly what a "page anchor" is. Can anyone help me figure this out?  Can I just ignore this error.  Thanks.

    I had similar problems which were resolved when I anchored images only within text with styles that would not be included in the TOC, and also made sure there were no blank paragraphs (unnecessary hard returns) with a style that would be included in the TOC. Hope that helps.

  • Adobe Anchor Service CS4 Error 1612. The installation source for this product is not available.

    Hi,
    I've been trying to install CS4 Design Premium, except that I got this message:
    Adobe Anchor Service CS4
    Error:
    Error 1612. The installation source for this product is not available. Verify that the source exists and that you can access it.
    What is wrong and how do I fix it? I've installed this on my sister's laptop as well, but I've already uninstall it. Could this be the reason why?
    Help appreciated, thanks!

    Contact Adobe Technical Support for CS4 installation issues.
    The problem has nothing to do with the fact that you already installed the same software on your "sister's laptop as well." And although you have already uninstalled it (and hopefully deactivated it as well), please remember that this software is licensed for a single user! You and your sister cannot somehow share the license. 
              - Dov

  • Installing Problem: Adobe Anchor Service CS4 Error: Error 2.

    Hello all,
    I use a 32bit Windows Seven system, and I've got a problem during the install process (Adobe Anchor Service CS4
    Error:
    Error 2. )
    I used to have After Effects (installed with the same installer i'm trying to use now), then, I've formatted my PC, and since then, wasn't able to install it again.
    I've tried resetting my pc, closing all aps, like the program suggests, downloaded the Support Advisor, tried both ways he told (even though the problem in the link wasn't the same as mine) and it still havent installed.
    Does anyone knows how to solve it?
    Thanks

    There is a piece of Adobe software that removes all traces of a previous installation, making re-installation go much smoother. 
    Unfortunately, I don't remember its name.  But someone will, and they might even have a link to it.

  • Error message: Adobe Anchor Service CS4 1603

    Hello! need help!
    When installing the CS4 Premium suite on one of our company PC's we are getting this error right before it starts to install-
    Error message: Adobe Anchor Service CS4
    Error 1603
    Fatal error during install
    I have tried everything to get around it, with not luck. I have tried disabling everything running in the background, ran the cleanup script, I am an administrator on the PC so we have checked all the permission settings..registered and unregistered the windows installer, cleaned out the temp folder...
    We are completely out of options at this point..has anyone else run into this issue?
    Any suggestions would be greatly appreciated!!

    Hi All,
    I was facing the same issue and i have got the answer.
    You have to follwo the mentioned below steps:
    First check the Windows System Logs (Event Viewer -> Application), all it would tell you “Product: Adobe Anchor Service CS4 — Installation operation failed.”.
    Basically you need to complete 2 simple steps.
    1) Download and install the Windows Installer CleanUp Utility here:
    http://support.microsoft.com/kb/290301
    2) Download, unzip, and run the Adobe Windows CS3 Cleanup Script (which relies on the Windows program mentioned above to run) here:
    http://www.adobe.com/support/contact/cs3clean.html
    I only had to run level 3 of the cleanup script to make it work.
    As I said before, even though the Cleanup Script says it’s for CS3, it did work for me in installing CS4 as well.
    Note: This is something we should use with Win 32 not with Win 64.
    Regards,
    Sam

  • Named anchor hyperlinks error

    Pages '09 (and apparently '08 per http://discussions.apple.com/message.jspa?messageID=9989290) has an annoying error that hasn't been fixed in over a year and just wasted a lot of my time figuring out. As noted on that earlier thread (now archived, so I couldn't add to it), if you enter a URL that includes a named anchor, the # sign gets changed to a space (or %23) and causes horrendous rendering when the user clicks. The workaround is to enter the URL as text and choose “enable as hyperlink” in the Inspector. That creates the right hyperlink and you can then change the text to what you want. That this hasn’t been fixed in over a year is not what I expect from Apple. Hopefully someone is listening.

    I just discovered another quirk in Pages but can't figure out what sets it off. Text character/paragraph highlighting simply refuses to set in particular bits of text, then later for no reason suddenly works again.
    I am seriously thinking about setting up my own blog to keep track of all the bizarre bugs/UI "features" I keep finding in OSX and its applications as well as Pages.
    Ennui tends to creep in though, in all the time I've known Apple, which is a very long time, they've never paid the slightest bit of interest in what I as a user think or have discovered.
    Peter

  • Blog Post Comments - #comments anchor causing an error on 2nd page of comments

    We have run into a problem with blog posts on our SharePoint 2013 on premise installation (15.0.4649.1000). The problem is with the blog on the users' MySites.  On the front page of the blog, (https://mysite.url/personal/user_name/Blog/default.aspx),
    you are presented with a listing of the blog posts - displayed as a summary view.  So, this includes:
    -  the title (linked to the post ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5)
    -  the publication date
    -  an excerpt of the post
    -  the author, the time posted
    -  the number of comments (linked to the post - but with an anchor to the comment section ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments).
    If you click on the Title (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5) everything is fine - the problem does not come up.
    If you click on the number of comments (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments), here's where things go wrong.  The initial page loads fine, but if there are more than 10 comments, you have to go to the next page. 
    If you click the arrow to go to the next page you get the following error:
    Exception from HRESULT: 0x80131904
    Correlation ID:20a9f49c-d329-0015-874e-4818b529d673
    If I check the ULS logs, this is what I see:
    System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value '5#comments' to data type int.    
     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)    
     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)    
     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)    
     at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)    
     at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)    
     at System.Data.SqlClient.SqlDataReader.Read()    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)  ClientConnectionId:e6cdabb3-a778-4c47-8024-73913a538b51  Error Number:245,State:1,Class:16
    So what I think is happening here, is that SharePoint is not stripping the comments anchor (#comments) from the post ID before it queries the database for all comments related to that post.  SQL is expecting an integer - in this case "5", but
    is instead getting "5#comments".
    For the time being we are going to let users know not to click on the comments, but to click on the title instead.  But we would like to correct this problem.
    Is there a fix for this?
    Thanks!

    Hi,
    In my environment, I do not encountered the error as yours. My environment has installed the 2014 December CU. I recommend you
    to install the 2014 December CU or the latest CU for SharePoint 2013.
    The article below is about the 2014 December CU for SharePoint 2013
    http://blogs.technet.com/b/stefan_gossner/archive/2014/12/09/december-2014-cu-for-sharepoint-2013-has-been-released.aspx
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • EPub validation errors for chapters starting with an anchored image

    I am generating an epub file using InDesign CS5.5.
    I have set up a TOC and selected it during the epub export. It has one level based on my paragraph style “Caption” and works perfectly when I test the ePub file on iBooks.
    Most chapters start with an image, followed by a caption (in paragraph style “Caption”, the same as I’m using to generate the TOC) underneath.
    Images are anchored (using the blue box) to this caption in the Indesign file.
    I have forced a page break before the image in the export to epub to ensure the image comes at the top of the page.
    So far so good. All looks great and everything, including TOC, works perfectly in iBooks on my iPad and in Adobe Digital Editions.
    However, my file will not validate because the TOC markers in the chapters which begin with the anchored image are missing – even though the TOC works perfectly as I’ve mentioned earlier.
    As far as I can make out from the HTML, the anchored image is overriding the TOC marker, hence the error.
    I’ve manually edited the chapter files concerned for now as I’m under time pressure to finish the job, but I’d really appreciate any advice on how to set up my InDesign file to avoid this error in the first place for future books.
    (I’ve tried anchoring the image to a space before the caption text, and anchoring it to a soft and hard return but no joy. I could start the page with the caption followed by the image and force the break after the image instead of before it to solve the problem but my client wants the image at the start of the chapter and I agree it looks much better that way round…….)
    Any suggestions much appreciated.
    I can post the HTML code the Indesign export is generating and the edited code if that helps at all.

    Hi Steve,
    Thanks for your quick response.
    I have Version 7.5 of InDesign CS5.5. Not sure if that includes the patch? If not, where would I get the patch from?
    On the error, here are a couple of examples from the first 2 chapters - it occurs in every chapter that begins with an image:
    ERROR         OEBPS/toc.ncx         23       62       'toc_marker-2': fragment identifier is not defined in 'OEBPS/Inspirational_Love_V1-1.html'
    ERROR         OEBPS/toc.ncx         29       62       'toc_marker-3': fragment identifier is not defined in 'OEBPS/Inspirational_Love_V1-2.html'
    Also, here's an example of the original HTML generated by the export which is missing the TOC marker:
    <div class="Basic-Text-Frame">
    <p class="para-style-override-1"> <img
    src="images/VX61_Fogra_USM_fmt.jpeg" alt="VX61_Fogra_USM.jpg"
    height="467" width="1400" /> </p>
    <p class="Caption">Refuge Cove, Wilson's Promontory, Vic</p>
    And here's the corrected code which validates:
    <div class="Basic-Text-Frame">
    <p class="para-style-override-1"> <img
    src="images/VX61_Fogra_USM_opt.jpeg" alt="VX61_Fogra_USM.jpg"
    height="467" width="1400" /> </p>
    <p id="toc_marker-4" class="Caption">Refuge Cove, Wilson’s
    Promontory, Vic</p>
    Thanks for your help.

  • Anchor causing formatting errors

    Yea Oracle strikes again. I would love to meet the design team that put together the developer tools because they are a bunch of stupid monkeys. No wonder Microsoft OWNS Oracle, its because Oracle sucks in just about every facet imaginable. I'm going back to Access as soon as they abandon VBA.
    So, why the hell would an anchor all of a sudden cause a completely unrelated frame to raise a 'object cannot horizontally fit' error?? This is SO STUPID and has wasted my entire morning. Thanks Oracle!! I spend all of my time circumventing your idiotic logic! Fantastic!

    The prior statement was made out of frustration. I realize the power that Oracle provides, but it seems that as a developer, I spend 90% of my time circumventing poor logic that shouldn't exist in the first place. The difference between myself and Oracle is that Oracle put their product on the shelf and sold it with these problems and are making a decent buck at doing it.
    Laugh all you want, I have no choice but to use these half-assed developer tools to try and make my departments happy. If I was to put together a "Corey Reports" as you stated, I sure as hell would make sure it was as kind to the developer as I could make it. Oracle, using the miriam of "help" sites abound as an indicator, failed to accomplish this and continues to produce the same thing with every version adding a sleeker interface without focusing on developer logic and core fundamentals that should have been incorporated from version D2K forward.

  • Oracle XSQL Servlet Parse Error when anchoring a link to an image

    I have a database of document links that I wish to portray in a table as graphic images. In other words, each image is a hypertext link to the document.
    From my HTML 101 I used to do this as follows:
    <IMG SRC="image.gif">
    Note, no </IMG> end tag, but this produces an image that I can click to access that document. Lousy form, but it works.
    When I run my XSL with corresponding XSQL file to create the HTML file I get the following Servlet Parse Error:
    Oracle XSQL Servlet Page Processor 1.0.1.0 (Production)
    XSQL-006: XSLT stylesheet is not well-formed: ucmDatabase3.xsl
    XML parse error at line 66, char 15
    End tag does not match start tag 'img'
    I then added the </IMG> end tag,
    <IMG SRC="image.gif"> </IMG>
    which satisfies the parser, but now I get my graphic image AND the underlined linked text together in the same table cell, which SUCKS...
    Is there a way around this madness?
    Thanks for your comments..
    Jon Kotas
    Boeing
    Canoga Park, CA

    Remember that an XSLT stylesheet is, in particular, a well-formed XML document. In a well-formed XML document, you
    cannot have an unterminated element like:
      <foo>
        <bar>  <!-- This elemenent is not closed correctly -->
      </foo>So, in your example, you're running into the problem with
    your <IMG> tag, since you have:
      <A>
        <IMG src="...">  <!-- This elt is not closed correctly -->
      </A>You just need to close the IMG tag by changing the closing > to /> instead, like this:
      <A>
        <IMG src="..."/>  <!-- This elt *IS* closed correctly -->
      </A>When it's written out to the browser, you'll see that the
    trailing slash will be removed, so the browser will be
    happy, too.

  • Error in form submit through netui:anchor tag onClick event

    Hello,
    I am working on a portal application. Below is my jsp code of a simple search screen. The search parameter is customername.
    <netui:form action="searchCustomer" style="form" tagId="myForm">
    <netui:textBox dataSource="{actionForm.customerName}"></netui:textBox>
    <netui:anchor onClick="sayHello(); return false;" styleClass="button" action="searchCustomer" formSubmit="true"> Search</netui:anchor>
    </netui:form>
    I have an onClick event as I want to implement some customer logic on click of the anchor tag.
    function sayHello(){
    // customer implementation here
    document.forms[getNetuiTagName("myForm",this)].method="POST";
    document.forms[getNetuiTagName("myForm",this)].action="/searchCustomer.do";
    document.forms[getNetuiTagName("myForm",this)].submit();
    In the searchCustomer method of the controller, the form has zero parameters. The customerName has null value.
    Can anyone tell me what am I doing wrong here.
    Any help is appreciated.
    Thanks
    Manju

    I also want to add a confirm() dialog before submitting. However, setting the onClick handler overrides the one generated when formSubmit="true". I worked around this by calling the generated function directly:
    <... onClick="if (confirm('[msg]')) { anchor_submit_form(getNetuiTagName('[formName]'), this.href) } return false;">
    Where [msg] is the message to display and [formName] is the name of the form containing the anchor.
    Hope this helps someone.

Maybe you are looking for

  • Does composite work with nouveau?

    It hasn't worked on my system yet, although I've enabled it in xorg.conf. I might try the nv driver but then there's no chance at 3D with a 96xx card and xorg 1.8.

  • Unable to LOAD SWCV into Repository

    Hi, We are trying to import SWCV into repository using Tools -> Transfer from SLD option , but we get this error Unable to read software component versions from System Landscape Directory "<host>:50500". The details log says "User Credentials are inv

  • I want BT infinity but....

    I am after some guidance about the installation.  I understand the basics about the need for the Infinity modem to be connected to the master socket and the special data cable between it and the home hub but.... Here is the layout: I have the BT line

  • Is there a URL portlet that will display a site in a sub frame (iFrame) ?

    Applogies in advance if the terminology is wrong or I am in the wrong forum. Basically I want to set up a portlet on a page that will display the contents of another web site. So you define a URL and the website that you pointed at is displayed in a

  • Older version vs. Newer version

    I'm looking to connect my external hard drive (with all my iTunes music) to my macbook pro wirelessly with an Airport Extreem. However, I've been finding all kinds of reviews about the new version of Airport Extreem w/ Time Capsule going belly-up in