Need Help With ePub Book Page Numbering

I'm not understanding how to get the page numbers set in sequential order for an ePub.
I've created a Book with 10 sections (all independent files).
But, as you can see in the attached image, the file numbers do not progress from one "section" to another. This is messing up the TOC and the ePub navigation.
What am I doing incorrectly?

Book and Page Numbering Options were set correctly to:
Continue from previous document
Automatically Update Page & Section Numbers
What I missed was setting Document Numbering Options to:
Start Section >> Auto Page Numbering
Document Chapter Numbering >> AutoChapter Numbering
Each of my ten Book documents were defaulting to Start Page Numbering at: 1 which was causing each document/section to begin at 1.

Similar Messages

  • I need help with a 1 Page Form with scrollable text field (5000 limit characters) and printing

    Hello, I have no training in using Adobe Acrobat Pro or Livecycle Designer so I need major help with a 1 page form that I am attempting to create. Basically the form will be used to nominate employees for a Job Well Done Award.
    The form contains the following:
    1.) The name(s) of the employees being nominated and the date of the accomplishment.
    2.) In the middle of the page I have a section for a write up, limited to 5000 characters, this is were I am needing the most help. A couple of things, about this section: The font is set at 11 and I don't want it to change. The text field has multiple-line, scroll long text enabled. The text field is a certain size and can only hold so much text, then it starts to scroll, which I am ok with, I like that feature. The issue I am having is during printing. I would like to keep the text field scrollable but when I print I would like to be able to print everything in that field. Executing this is the problem, I have no clue how to do it. I was hoping for some setting within Acrobat Pro or LiveCycle to be available, but the more I read and research this, it appears that it may require java, xml, basically some coding. I don't know for sure.
    3.) Below the text field I have another field for the person nominating to type their name and right next to that another field for a digital signature.
    4.) And finally below those two fields I have a Submit button that is setup to start email application so the form can be emailed to the proper inbox.
    Thank you in advance.

    With an Acrobat form the only thing you can do is export the text to
    another location (like a blank field on another page) or to another file
    format. With an LCD form you can expand the text box itself, but you'll
    need to ask about that over at the LCD Scripting forum.

  • Need help with this book problem...Pig game...can ANYONE help!??

    I need help with the following book problem...could someone write this code for me?? Thanks!!
    First design and implement a class called PairOfDice, composed of two six-sided Die objects. Using the PairOfDice class, design and implement a class to play a game called Pig. In this game, the user competes against the computer. On each turn, the current player rolls a pair of dice and accumulates points. The goal is to reach 100 points before your opponent does. If, on any turn, the player rolls a 1, all points accumulated for that round are forfeited and control of the dice moves to the other player. If the player rolls two 1s in one turn, the player loses all points accumulated thus far in the game and loses control of the dice. The player may voluntarily turn over the dice after each roll. Therefore the player must decide to either roll again (be a pig) and risk losing points, or relinquish control of the dice, possibly allowing the other player to win. Implement the computer player such that it always relinquishes the dice after accumulating 20 or more points in any given round.
    I realize this is a long code, so it would be greatly appreciated to anyone who writes this one for me, or can at least give me any parts of it. I honestly have no clue how to do this because our professor is a dumbass and just expects us to know how to do this...he doesn't teach us this stuff...don't ask. Anyways, thanks for taking the time to read this and I hope someone helps out!! Thank you in advance to anyone who does!!!

    Nasty comments? It's not a matter of not liking you, it's a matter of responding to the
    "I'ts everyone else's fault but mine" attitude of your post.
    If you are genuine, the program is very easy to write, so, your Professor is correct when he said you should
    be able to do it. I'm still very much in the beginner category at java, and it took me only 20 mins to write
    (+5 mins to design it on paper). 2 classes in one file < 100 lines. Most of the regulars here would do it in half the time / half the lines.
    All of the clues are in the description, break them down into their various if / else conditions. Write it down on paper.
    Have a go. Try to achieve something. Post what you've tried, no-one will laugh at you, and you will be
    pleasanty surprised at the level of help you will get when you've "obviously" made some effort.
    Again, have a go. If you don't like problem-solving, then you don't like programming. So, you gotta ask
    yourself - "what am I doin' here?"

  • Need help with order booking tutorial

    Hi
    I am new to OracleFusion.
    Started Learning By practising OrderBooking tutorial for 10g.
    I am practising parellel branching in the tutorial .
    I ve invoked Rapid distributors service in branch 1 of the flow activity.
    and
    i ve invoked Select manufacturing service in branch 2 of flow activity.
    I ve deployed order booking service,rapid distributed service,select manufacturing service in the server.
    Select manufacturing service is an asynchronous service .for this service to be complete it requires user to manually set price for the item ordered.
    So I accesed SelectManufacturinUI in browser as instructed in book.The problem is tht it is directing me to login page where User id and password should be submitted.
    In the tutorial no info is given regarding login details fot this page.Hence i am not able to set price for order.
    So the Select manufacturing service is not completed ..hence i am not able to move further in the tutorial..
    Kindly help with this..if any one has faced same prblm
    thanks

    Hi
    I got the answer. Just posting it so that it helps someone
    User id i tried : jcooper
    password : Bpel console startup password

  • Need help with centering my page

    I have done everything I can think of, including going through the many posts here to try and correct this with no luck
    Please look at:
    http://ebnerproductions.com
    and
    http://ebnerproductions.com/index2.htm
    The first was built with basically just html.
    The 2nd was done "properly" I believe with CSS and HTML. The 2nd also has "div - #wrapper"
    left and right margins are auto also... nothing changed.
    Do I need to change something in the CSS from absolute, to fixed or inherit?
    I am completely lost at this point and really really need help.
    Thank you again in advance....
    Adam Ebner

    Your CSS is corrupted -
    :visited {
        color: #6CF;<meta name="keywords"
    (note the appearance of the meta tag within the :visited selector)
    Fix that.
    Then you would need to add this rule to the fixed CSS by changing this -
    body {
        background-color: #EBEBEB;
        background-image: url(BG.jpg);
        margin-left: 75px;
        margin-top: 75px;
        background-repeat: no-repeat;
    to this -
    body {
        background-color: #EBEBEB;
        background-image: url(BG.jpg);
        margin-left: 75px;
        margin-top: 75px;
        background-repeat: no-repeat;
        width:1346px;
        margin:75px auto;
    Then ask yourself how many people will even see this page center since 1346 is way wider than the average browser viewport width on most systems.

  • Pages 5.1 can anyone help with removing previous page numbers please?

    Hi.  in the new pages 5.1  I have made a section break at page 10 in a document and found how to start numbering from page 10 as page 1. Can anyone please tell me how to remove the page numbers from 1 to 10 that preceed this section?

    from the speed can I assume that it was adsl (copper) and not fibre connection?
    which hub do you have?
    can you enter your phone number and post results remember to delete number  https://www.btwholesale.com/includes/adsl/main.html
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Need help with EVENT BOOKING: option for multiple, payment (pay pal standard or pro only) add cost, etc

    Hello!
    I'm at my wits end: please help! It seems straight forward, and I sold my client on BC thinking this was doable in the events module, but it seems maybe not so without a ton of custom coding.
    1. Book an event online,
    with option for multiple (say 1-5 people at a fixed cost per person),
    and checkout using only Pay Pal (standard or pro, doesn't matter, but I think Standard won't work without shopping cart).
    2. The events are every day but Sunday all year long (just admission to an attraction), so is there a way to upload months in advance so they don't have to be manually entered?
    I'm so grateful for any assistance.

    This is all very achievable:
    • Events you can add multiple people to book.
    • PayPal you use use our APP that's in the BC Appstore (Liam to confirm is works with bookings)
    I'm sales and marketing at Pretty, so I'm not the person to advise on how all this fits together. But I'm sure Liam can point you in the right direction.
    If you need some consulting or us to do it for you just let me know [email protected]
    Brett
    www.prettydigital.com.au

  • Need help with address book

    Can someone please tell me how to save my address book on my pearl to my sim card? I just got a new phone and need my contacts on my sim card!!!
    Thanks
    cece

    Scroll and enter to 'address book' icon.
    Press Menu button (the one to the left of the trackball with the little dots on it)
    A menu should come up, scroll to 'Sim Phone Book' and there you have it..
    If your issue is resolved, put a checkmark in the green box that contains the resolution.
    OR
    If it was just/or also really helpful - Give it a Kudos.. Go on Mate.. Help the rest of the clueless blackberry user world find their answer too..
    ~Gday from Down Under~

  • Need help with online book shop example!

    hi everyone!
    i am tryin and completing the online book catalog example given in sap help but i'm facin a prob with the internal table authors.can anybody tell mye the exact way to declare and use it in the program.its quite diff to describe the exact situation but i think the experienced ones will be able to understand my prob.
    eagerly waitin
    regards
    sachin

    if the navigation between pages are not working, the reason could be that the code in oninputprocessing is not maintained properly. if you just copy paste the code from the online tutorial it should work.
    navigation between pages not working? -
    to resolve this place HTTP break point in the code in oninputprocessing and run your application, click the button to navigate to other page, watch in the debugger as to whats going wrong.
    Regards
    Raja

  • Need help with a 9-page form

    I've created a single-page PDF form with LOTS of form fields (most of them checkboxes). I need to duplicate the page/form another eight times so that I have the same form across nine pages. My problem is, if I don't change the names of the form fields on each page (which would take a REALLY long time), as soon as something gets checked on the first page, it will also get checked on all eight of the other pages. Is there a way to make my nine-page form work without having to re-name each and every form field? Thank you for any assistance you can provide! I'm working in Acrobat 9 standard on a Windows computer.

    Yes, make the single page into a template and spawn it eight times, specifying that you want to rename the fields in the process. Here are some previous threads that discuss this in more detail:
    http://forums.adobe.com/message/4745648
    http://forums.adobe.com/thread/1084011
    The code in the second topic doesn't include the parameter that causes the fields to be renamed, you you could easily include it:
    // Make a template out of the first page
    var t1 = createTemplate("t1", 0);
    // Spawn the template to create a new page
    var oXO = t1.spawn({nPage: numPages, bRename: true, bOverlay: false});
    // Now that we have the XObject, spawn the rest of the pages
    while (numPages < 9) {
        t1.spawn({nPage: numPages,  bRename: true, bOverlay: false, oXObject: oXO});
    Message was edited by: George Johnson to correct a typo.

  • Need help with iphoto book.

    I made one iphoto book and it turned out great! However, now I am trying to make another one and I can not get the photos to 'stick' on the page. I watched the video over and over trying to figure out what I'm doing wrong. I've been trying to figure this out for over a week. Please help!

    first - you are in edit mode - only one large page (maybe part of a second one too) on the screen?
    Try quitting and restarting your computer and see if that helps
    If not renew your iPhoto preference file -
    A good general step for strange issues is to renew the iPhoto preference file - quit iPhoto and go to "your user name" ==> library ==> preferences ==> com.apple.iPhoto.plist and trash it - launch iPhoto which creates a fresh new default preference file and reset any personal preferences you have changed and if you have moved the iPhoto library repoint to it. This may help
    This does not affect your photos or any database information (keywords, faces, places, ratings, etc) in any way - they are stored in the iPhoto library - the iPhoto preference file simply controls how iPhoto works - which is why renewing it is a good first step.
    LN 

  • Need help with audio books

    i have a few audio books on cd, when i rip them to itunes i am unable to catagorize them as an audio book. thus they show up under music in my ipod and the audio book folder remains empty. i tried creating a genre for audio books but that still leaves them listed under music. any one know how to fix that?

    Only audiobooks from ITMS, audible.com and AAC files with m4b extensions (applescripts for mac) show up in audiobook main menu, skip in main menu shuffle, and allow faster/slower/normal playback speed.
    Try looking thru these links for help:
    Mostly PC, but there are some links to mac:
    -Audio Book FAQs & iTunes Screenshots
    <a href="http://forums.ilounge.com/showthread.php?s=&threadid=116700> Guide: Converting audio book files,CDs,& mp3s with iTunes5+ to Bookmarking iPod files</a>
    <a href="http://forums.ipodlounge.com/showthread.php?s=&threadid=79396> Guide: MarkAble Shareware. EZ merges/converts CD/MP3/WAV to AAC (Slow) or MP3 (fast) bookmarking files, adds to iTunes, & deletes temp files
    <a href="http://www.ipodsoft.com/index.php?/downloads/markable> MarkAble $15 PC Shareware</a> free full-function trial.
    <a href="http://www.ipodlounge.com/forums/showthread.php?s=&threadid=33491">
    Guide 4. Audio CDs to bookmarking iPod files (Mac adaptable)
    Guide 1. Audio mp3 files to bookmarking iPod files (mac adaptable)
    Guide 2. Audio CassetteTapes, vinyl LPs & CDs to bookmarking iPod files (PC only) Requires freeware or software such as this software to record:
    -Convert ANY SOUND Played on computer to bookmarking iPod file
    <a href="http://forums.ipodlounge.com/showthread.php?s=&postid=582930#post582930>G uides to Sound Recording ware: Audacity Free, $12 Total Recorder, 30 Euro PolderbitS</a> <supplement to guide 2>
    <a href="http://www.ipodlounge.com/forums/showthread.php?s=&postid=312147#post3121 47">
    Guide 3. Copy Audio CDs into fewer iPod files using freeware & additional steps&time
    Guide 5. Burn audible.com books to CD iTunes (mac adaptable) or AM (Best!PC only)
    Guide 6. Convert mono m4b files to Stereo to avoid 4G & Mini Lockup AND keep iTrip out of 4G+ Shuffle
    Link 7. Roberts sorta literary Audible Book Recommendations
    To avoid bugs, keep files under 13.5 hours duration and convert in stereo. See Supplement to Guide 2 to see how, if necessary, to reduce file length with Audacity Freeware. (Just select a section of the long file and do a save as.)
    Windows XP, 30GB video and nano iPods Windows XP
    Windows XP, 30GB video and nano iPods Windows XP

  • I need help with an auto-page advance.

    I'm sure I'm doing something wrong. I have a program with 32 pages. Each page is a movie clip with text and images (with motion tweens) and sound. I want one page to play, then the next to play, etc. I have a stop(); at the last frame of each page_mc to kep it from looping. I tried this code butit does not work:
    page01_mc.addEventListener(Event.COMPLETE,nextPage);
    function nextPage(event:Event):void
    gotoAndStop("page02_mc");
    Help! (PS: I'm a novice at Flash CS4 and AS3)

    What you can try is to dispatch an event at the end of each movieclip and have listners waiting for the event for each as you move down the timeline.  For instance, let's say each frame of your main timeline is a different page movieclip.  At the end of each movieclip place this line of code:
    dispatchEvent(new Event("START_NEXT"));
    Then, on the main timeline, for each frame you create an event listener for the current mc.  If your first mc instance name was mc1, then in its frame you would have...
    mc1.addEventListener("START_NEXT", playNext);
    And since the timeline is arranged one mc per frame, the playNext function could be made generically so that all movies could use it...
    function playNext(e:Event):void {
    play();
    Since you are using frame labels, then you would probably devise some other means for advancing, but the same dispatch/listener scenario could still drive the call to move on.

  • Need help with Albums style page, having trouble arranging the way I need

    Hello,
    I am creating a my albums styled page for an automotive club website I am working on. I love the way the albums functionality is built into iWeb with the slide shows and automatic linking and everything, its perfect. The trouble I am having is:
    on my Photos page (using my albums-styled) I want to have the albums organized into different categories. like this
    MEETS:
    grid of photo albums from car meets
    PHOTO SHOOTS:
    grid of photo albums from photo shoots
    TRACK DAYS:
    grid of photo albums from track days
    CHALLENGES:
    grid of photo albums from challenges
    and thats it, something so simple is giving me so much trouble, I have not been able to find a way to duplicate the original photo album grid thats inserted by iWeb when you select a my albums styled page. and I haven't been able to find a way for me to space them freely either so that I could at least have the text in-between to separate them into the categories that I want.
    I want to do the exact same setup for my VIDEOS page too with video albums.
    if anyone could explain to me how I could do this it would greatly appreciated thanks

    One possible method would be the following:
    1 - create individual album pages for your Meets, Photo Shoots, Track Days and Challenges.
    2 - do not include them in the navbar.
    3 - create a blank page and add thumbnail images representing each of those album pages. If you want to add frames to them you might want to follow the suggestions in this tutorial: #7 - Converting Photos w/Frames, Drop Shadows and/or Reflections into a Single JPG Image.
    4 - make each thumbnail a hyperlink to the album page it represents. This way you can arrange the thumbnail in whatever layout you'd like and even have some text description below each.
    5 - on each album page turn off the navbar.
    6 - put a hyperlink at the top of each album page and subsequent photo page sending the visitor back to the page created in step 1.
    OT

  • Need Help with Contact Book to Mysql in Flash

    Hi... this is a lil over my head. If you go to
    www.rampagesoundstudios.com and click on the contacts tab, there is
    a guestbook. I am not that experienced in flash to get this to work
    with the mysql databases on the webserver.
    What I need to have done is when you click the submit button,
    it sends it to a text file, then I would guess to a php script and
    then when I want to retrieve it, have a html file queue the
    database for retrieval.
    Can anyone assist me or teach me how to do this? I would be
    willing to pay you via paypal if needed.
    Please reply off list to ramtazz(at)comcast.net
    Thanks,
    Bill

    Visit gotoandlearn.com. There are a few video tutorials that
    take you thru the process of loading data into Flash.
    The general scheme for a MySQL database is... Flash calls a
    php file that collects the data and writes (echoes) it into an xml
    format which Flash can read using its xml processing function(s).
    Putting new data into the database follows a similar path,
    where Flash sends the variables to a php file and that file places
    the data into the database.

Maybe you are looking for

  • New to Windows on a Mac - considerations

    Recently, my beloved, aging MacBook Pro died. In a hurry to get it replaced, I took the economy route and bought a refurbished late-2012-model Core i5 iMac directly from Apple. The new machine will have a 1 TB hard drive and 8 GB of RAM. The new iMac

  • IPad videos to TV problem

    Hi all. I've purchased an Apple component AV cable in order to watch iPad videos through my TV. After connecting I get "video is appearing on TV" message on the iPad screen but no sound or image appears on the television. I should point out that whil

  • Since I must stick with my OS X 10.5.8, should I uninstall Firefox 16 and re-install Firefox 15.0.1?

    Or, since both have security problems for OS 10.5.8 that Apple refuse to acknowledge (their way of forcing us to upgrade - very Microsoft-esque!), should I just switch to Safari or Chrome, both of which I hate. I really want to stay with Firefox. How

  • Black (or White) Box appearing on photos sometimes when zooming in and out.

    I just recently upgraded to Adobe Photoshop CC and something really odd is happening:  On some zoom levels I have this empy black or white box appearing.  When I zoom in or out it disappears, or reappears.  However, when I save the file as a JPEG, or

  • Can I upgrade my 27in Mid 2011 2.7GHz's graphics card?

    Can I upgrade my 27in Mid 2011 AMD Radeon HD 6770M 512 MB 2.7GHz's graphics card to a AMD Radeon HD 7770 GHz edition? If its possible that would be great.If any one can answer please do because i need to know.