How to fix where page number appears

I completed book and submitted to iTunes via Producer. No errors noted. But there is one that I had to do a workaround for. Randomly (?) a page number appeared in the middle of the page rather than in the lower corner. I couldn't access it to move it or delete it. Does anyone know how to fix it or what I have done wrong? I made a small box and copied over the page numbers that appeared out of place on the page and then made the text flow around it so no one would know there was a page number there. I would like to fix it, though. Help! Thanks!

What  I find confusing is that you say could not move or delete the number...but it will move once you place a text box with wrap.
In the  template, make the footer number editable ...in Inspector. second icon right. leave unlocked till you resolve all problems
There are times when changing objects in the template layout  have little or no effect  on a work page, so at times when moving an object and saving changes in fact duplicates the object on the work.
If the footer page number box is moved out of place and you cannot see the number in iBA work page, it because it has been pushed down a layer or more.  The only way to resolve this is to bring it to the front..this will dhow the outline of every object that is not visible..then by moving content to make it visible..and then move it into place and then rebuild your page.
You can try selecting everything and in Arrange ..bring To front..it may leave the page number box visible.
Apple may yet issue a ticket about hidden objects, unless the book  got away with it and is in the store.

Similar Messages

  • How to get the Page Number in CS3 with VB?

    Hi, Everybody
    I use the Visual Basic to read the words and their page number where the Words are at. I want to do it according to Story. Some TextFrame of the Story waw placed in other pages: How can I get the Page number according to the Word that is selected?
    For myStoryCounter = 1 to Document.Stories.Count
    Set myStory = Document.Stories.Item(myStoryCounter)
    For myWordCounter = 1 to myStory.Words.Count
    Set myWord = myStory.Words.Item(myWordCounter)
    myWordContents = myWord.Contents
    Rem ** How to Get the Page Number according to the Word ***
    Next
    Next

    > But I don't understand why Item(1) are set.
    because Word can have more than one parent TextFrame - when split across TextFrames
    only Character have one ParentTextFrame accessed also by ParentTextFrames.Item(1)
    > why Story.TextFrames.Count alway is 0, Is it bug?
    no - it's not bug
    in older IDs - Story.TextFrames collection refer to all TextFrames as containers for Story text
    but in CS3 - collection Story.TextFrames contain all TextFrames inserted as InLine/Anchored objects - same like Story.Rectangles or Story.Ovals
    in CS3 - when you want to refer to TextFrames as containers for Story text - you need to use Story.TextContainers - because now you can link TextFrame and Text-On-Path as Story - Text-On-Path isn't TextFrame
    robin
    www.adobescripts.com

  • How to get the page number according to MarkerID?

    I want to get the page number according to the marker element in fdk. I can get the marktext and markid,How to get the page number according to MarkerID in fdk?

    zhaopeng,
    You need to first get the ID of the paragraph containing the marker (with FP_TextLoc), then get the top-level frame containing the FO_Pgf object (FP_InTextFrame), then get the page containing the FO_TextFrame object (FP_PageFramePage). Here is a function that you can send various objects to in order to get the page ID, including paragraphs (this courtesy of Rick Quatro, originally posted to the Yahoo Framedev list):
    F_ObjHandleT GetPage(F_ObjHandleT oDoc, F_ObjHandleT oObj)
      F_ObjHandleT oFrame = 0;
      IntT iObjType;
      F_ObjHandleT oRow, oCell;
      while(oObj)
        oFrame = oObj;
        iObjType = F_ApiGetObjectType(oDoc, oObj);
        switch(iObjType)
          case FO_SubCol:
          oObj = F_ApiGetId(oDoc, oObj, FP_ParentTextFrame);
          break;
          case FO_Tbl:
          oRow = F_ApiGetId(oDoc, oObj, FP_FirstRowInTbl);
          oCell = F_ApiGetId(oDoc, oRow, FP_FirstCellInRow);
          oObj = oCell;
          break;
          case FO_Row:
          oCell = F_ApiGetId(oDoc, oObj, FP_FirstCellInRow);
          oObj = oCell;
          break;
          case FO_Cell:
          case FO_Pgf:
          case FO_AFrame:
          oObj = F_ApiGetId(oDoc, oObj, FP_InTextFrame);
          break;
          case FO_TextLine:
          case FO_TextFrame:
          case FO_UnanchoredFrame:
          case FO_Arc:
          case FO_Ellipse:
          case FO_Group:
          case FO_Inset:
          case FO_Line:
          case FO_Math:
          case FO_Polygon:
          case FO_Polyline:
          case FO_Rectangle:
          case FO_RoundRect:
          oObj = F_ApiGetId(oDoc, oObj, FP_FrameParent);
          break;
          //endless loop prevention, stops the process when the top-level frame is reached
          default:
          oObj = 0;
          break;
      //if we found the top-level frame, return its page ID, otherwise null
      if(oFrame)
        return (F_ApiGetId(oDoc, oFrame, FP_PageFramePage));
      else return(0);
    ...so, you would do something like this if you have the marker ID:
    F_TextLocT textLoc;
    F_ObjHandleT pageId;
    textLoc = F_ApiGetId(docId, markerId, FP_TextLoc);
    pageId = GetPage(docId, pageId.objId);
    Note: I'm not sure how this handles the case where a paragraph extends across two pages and the marker is located on the second page. My thought is that it might erroneously return the page where the paragraph begins. I don't know how to handle that.
    Russ

  • How to get the page number in the break section?

    Hi expert,
    The user wants the page number came right after the Break group name if the break section contains more than 1 page. E.g.
    ABC Compnay
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    BCD Company, p 1
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    BCD Company, p 2
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    CDE Company
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    How to get the page number in section break level?

    Hi Wes
    * Create a Field on the margin.
    * Set its "Source" to "Page Number"/"Physical Page Number".
    * Click "Page Numbering" button.
    * In "Reset At" list box, choose the Repeating frame that surrounds your detail group in the layout.
    This should cause Reports to increment the page number until the "Company" repeating frame resets.
    Regards
    Sripathy

  • How to change a page number ?

    db11gxe , apex 4.0 , firefox 24 ,
    How to change a page number ?
    i have a page with a number "2" , and i want to change it to "1" ? how ?
    thanks

    Go to APEX 4.0 documentation (Contents) and Search for Copying a Page. The document contains all basic tasks you can learn from.

  • How to clear the page number in the Script

    Hi Guys,
    I have developed a Script, the same output I need to display with three times with different heading, right now I am able to display the three time with different heading, but the pages are displaying like 1,2,3,4,5,6.
    I need to display the page number 1,2,1,2,1,2, once the heading changes, I need to display page number from I, but I could not able to clear the Page number, could any one please suggest how to create the page number in LAYOUT.
    Thanks,
    Gourisankar.

    Sloved

  • How to Get last page number in report 10g

    I want to get last page number in report but Current page number found from srw.get_page_num(n)
    but i want to get last page number for conditional formating like this
    srw.get_page_num(current_page)=last_page
    pls help me how can get last page number;
    pls help;
    thanks in advanced;

    Hi,
    you can use the Property Print Object On for this.
    Regards
    Rainer

  • How do I put page number at the center of the bottom of page one and the rest of the page numbers at top right corner?

    How do I put page number at the center of the bottom of page one and the rest of the page numbers at top right corner?

    Put a section break at the bottom of page 1
    Then insert your page number in the footer of page 1.
    Go to page 2 and click in the body of the text;
    Inspector > Layout > Section > uncheck Use Previous Headers & Footers > click in Header on page > insert > Page Number
    Peter

  • How can i add page number?

    how can i add page number in pages...???

    Maybe reading Pages User Guide would be a good idea.
    Yvan KOENIG (VALLAURIS, France) dimanche 26 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • How to move a page number in front of an image

    how to move a page number in front of an image on pages??

    Hello albertlini,
    This can be done by chosing to move the image to the back via the Arrange tab.
    Move an object to the very top or bottom of the stack: Click Front, or click Back.
    Pages Help - Layer, group, and lock objects
    http://help.apple.com/pages/mac/5.5/#/tan5eab46568
    Cheers,
    Allen

  • How to print the page number in a background processing program

    HI All,
    I have requirement where i need to print the page number in x of y format and the program is getting executed in background and  csv file will be downloaded at application server.
        i tried using sy-pagno but it is not working.

    csv file will be downloaded at application server --> How u are downloading this ? have u coded in ur program ? in tht case u will not get.
    Regards
    Prabhu

  • How to change the page number of the existing PDF during assembling?

    Hi All,
           I am going to assemble two PDF's. Both the PDF's are having page no. So i am assembling two pdf's using invokeDDX method. I am setting page number in the DDX. Assembled PDF is having both the page no's, old page no and the newly generated page no. How to get ride of the old page no? If one PDF is of 2 pages and other PDF is of 3 pages.It should show only 1 of 5,2 of 5,.....5 of 5. It showing this along with 1 of 3,...3 of 3.
    Thanks in  advance.
    Lavanya.

    Hi
    Please declare the line count for report page length.
    When you do not declare it is taken as default 0 and this is dynamic page lenght of SAP ( limit is 60,000 lines).
    Use statement REPORT <rep> LINE-COUNT <length> [(<pf>)].
    Where <length> is line count. Use as per your requirement. <pf> is line reserved for footer if you require.
    Additional you can use LINE-SIZE <width> to determine width of page.
    Please reward if helpful.
    Regards,
    Sunil
    Message was edited by: Sunil Sawaiker

  • How to disable showing page number on oracle report

    Hi,
    when i am using ttitle and btitle options in oracle report, page number & date gets automatically added top of my report. Is there any option if i don't want these two to appear on my report. how can i disable them.

    Hi,
    user8531525 wrote:
    Hi,
    when i am using ttitle and btitle options in oracle report, page number & date gets automatically added top of my report. Is there any option if i don't want these two to appear on my report. how can i disable them.When you use the word "report", people (like Tubby) are likely to think you are using Oracle Reports, rather than SQL*Plus. Avoid the word "report", or else make it clear what you're doing.
    By default, TTITLE puts the date on the left, and the page number on the right.
    If you don't want them, put something else there. Explicitly put an empty string there, if you don't want anything else:
    TTITLE  LEFT ""   CENTER "Monthly Firbolig Summary"   RIGHT ""

  • How to fix a page in a multiple resolutiojn

    Hi
    I am designing a page in the portal 3.0.9.8.0 for a standard
    resolution of 800*600.
    The page is divided into 3 regions (150px,325px,325px)and I
    publish portlets within these regions.
    The page is displaying perfectly, but when i change my
    resolution to 1024*768px there are white space between portlets
    in spite the space between portlets is set to 0 and there is
    neither borders nor headers.
    I want to know:
    1/How can I fix the page width so when I increase the resolution
    the page display remains the same and the white space is
    displayed on the right and left margin of my page.
    Regards

    Hi Steven
    I am not able to find out a similar case.
    Could you please advise about some other references?
    Regards

  • How to fix a page in a multiple resolution

    Hi
    I am designing a page in the portal 3.0.9.8.0 for a standard
    resolution of 800*600.
    The page is divided into 3 regions (150px,325px,325px)and I
    publish portlets within these regions.
    The page is displaying perfectly, but when i change my
    resolution to 1024*768px there are white space between portlets
    in spite the space between portlets is set to 0 and there is
    neither borders nor headers.
    I want to know:
    1/How can I fix the page width so when I increase the resolution
    the page display remains the same and the white space is
    displayed on the right and left margin of my page.
    Regards

    Hi Steven
    I am not able to find out a similar case.
    Could you please advise about some other references?
    Regards

Maybe you are looking for

  • How to insert a row in oracle

    how to insert a row in oracle if we have three colums all are number datatype i want one of the column blank;

  • Exporting vectors in RGB

    Okay, fairly simply I'm using Flash MX 2004 (v7.2) and have used it to draw a piece of vector artwork incorporating a lot of nice shading and a really beautiful blood-red colour. I now want to export the image to Photoshop for printing off in a large

  • Creating Publishing Portal, File Not Found error

    When I am creating a publishing portal, site is created successfully however when I navigate to the site, I get "File Not Found" error. Below is relevant ULS log information. Can you provide any insights? Unknown SPRequest error occurred. More inform

  • Parellel processing to Seqvential Procesing

    Hi All, As we know the if we build the query on multi provider it works like parelllel processing and but when i want to move seqvential processing where do i change these settings? Thanks Sravani

  • WiFi Issue with S850

    I am facing WiFi issues with my S850 phone. It does connect to wifi network but browsing does not work. It is same for all the wifi networks. I am not able to browse internet or any other work which req net connectivity,