Vertical frame texts in master pages...

Have a book with text and a big section of landscape photographs.
Text is no problem. (Portrait)
Tried to put the captions for the pictures (just below in a conventional way with a formatted list) with 2 methods:
a) reducing the margins until obtain a text area where to flow the captions but the text was placed horizontally (of course...)
b) put 2 threaded vertical text frames in the master page but could not flow the text in the regular pages...

So let's see if I have this right, now.
You've put two text frames on the master spread to hold the captions and rotated each of them ninety degrees counter-clockwise. You've threaded the frame on the left page to the one on the right. The captions are all on one continuous story and you've built in a way to make each caption start in the next frame. Is all of that correct?
Describe what you are doing, in detail, from that point forward, and what happens at the end of each step.

Similar Messages

  • How to link a text box to an anchor frame in the master pages?

    Ok, as the title states, we are trying to figure out if it is possible to link a text box to an anchor frame in the master page. When you look at our Master Page layout, we have a text box in the upper left hand corner of the left hand page, this is used for our machine serial numbers. Then we have an anchor frame that automatically fills out the figure number. Let's say I have pages 2 & 3 (left & right), they have a S/N at the top of the page for the machine, then pages 4 & 5 have a different S/N. If I have to add more pages in between pages 2 & 3 (bumping the current 4 & 5 to 6 & 7), the anchor frame bumps to the next page, but the S/N text box doesn't. Is there a way to fix it so that they both move to the next page? Thanks for the help.
    P.S. I can include images and other info if needed.

    I have included a two pictures that should help me explain.
    Master Page:
    This is the master page set up, the "Page Text Box" has the flow set to "B" while the S/N text box has the flow set to "A". This setup is for our parts manuals, the left page is usually an illustration while the right page is usually a parts list. The text box, anchored frame & paragraph tag are empty in the master page set up. The "page text box" has a flow of "B" and the "S/N text box" has a master flow of "A".
    Body Page 1:
    When we create new pages, the paragraph tag automatically fills in the figure title on the left page, then we add an anchor frame within the text box to hold the illustration. You will notice that I added in a "test" serial number at the top of the page. Now if I need to go back and add two pages before this, the anchor frame, illustration and parts list will move to a new page, but the S/N text box will not. The "Before S/N TBD" would stay on the original page.
    This is what happens, the text box containing the illustration and the parts list "bump" to the next page, but the S/N text box does not. So the question we have is there a way to link that text box to the page so when we create new pages the S/N text box moves with the illustration.
    Does this help?
    Thanks for the assistance Error7103.

  • JS: CS3-Change text on master pages

    Hello all,
    I am new to JS and I really need help. I have spent hours researching, but without much success. I have written code in VB before but I am totally new to JS so please be patient with me. Here is what I want to do.
    I publish a monthly trade magazine. Every month when it is time to create the next issue, I open the one that was just completed and do a Save As for the next month. I then go in and delete all the articles and just move around the ads. I have about 20 master pages (left and right combined) and I have to go in and do a find/replace to change the issue date on the top. I don't want to do a Replace All in case it is somewhere else in the document.
    For example, I am about to create the April, 2008 issue. The document will be named 2008-04.indd. I will go to the master pages and find 'March, 2008' and replace it with 'April, 2008'. I am thinking I should use Script Labels and name each text frame on each Master Page so I only change those instances.
    Any thoughts, suggestions, ideas...? Any help would be appreciated. Just remember to talk to me like you are dealing with a 5 year old. Scripting with JS in ID is totally new to me.
    TIA,
    Nancy

    You don't need a script. All you need is a couple of text variables, one with the month, the other with the year. Each month you just change the value of these two variables.
    Peter

  • Duplicating Content (Frames + Text) to several pages

    Hi,
    I want to duplicate the same content (text, frames, etc.) onto several pages. (See attached)
    I know that you can copy custom settings to pages (ie. Master Page) but those settings only replicate dimensions right?
    Do i just need to copy the layers (containing the content) and drag it to each new page created?
    Please advise.

    Thanks for reply Peter.
    But by doing this, I am not able to edit the page footer text, project title, etc. I was just wondering how I can assign this current format to many pages with the ability to edit the content.

  • Displaying user selection from drop down list in static text on master page

    Hello,
    I am using LC 7.0 at workk and I have hit a road block.
    I have a drop down list at the top of the form. Once the user makes a selection, I want to take that value and paste it in static text located on the master page. I can't seem to get it to work.
    Please help!!!

    Hi,
    Place the Drop Down list on form
    Place text object(s) on master page
    here is the script to display the value and/or text of drop down
    Script will be on Drop Down list events
    Calculate event to display value of DD - FormCalc
    form1.pageSet.Page1.StaticText1.rawValue = this.rawValue;
    Change event to display Text of DD - JavaScript
    form1.pageSet.Page1.StaticText2.rawValue = xfa.event.newText;
    SAVE the form as dynamic pdf.
    Hope this will help.
    Thanks,
    Raghu.

  • Replace vertical navigation in custom master page from snippet gallery

    Hi.
    I'm creating a new master page from seattle.master and I'm trying to implement a customized snippet from the snippet gallery into the master page code without success.  The following line is straight from a seattle.master page:
    <div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList">
    From here, I see where I think the replacement snippet should go; however, there are discrepancies between the structure of the snippet and the code I'm replacing.  Also, the snippet from the gallery is calling some ASP registrations that I
    don't see in the original master page code.
    How can I insert my custom vertical navigation snippet into this master page? 

    Hi,
    You want to replace the entire <div id="sideNavBox" /> found in your custom HTML Master Page. Your custom vertical navigation will need to replace the entire container and all of its child controls.
    Your custom vertical navigation snippet should start similar to:
    <div data-name="QuickLaunch">
    <!--CS: Start Vertical Navigation Snippet-->
    <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--SPM:<%@Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList">
    Design Manager's snippet manager adds the Register tags into the snippet so that the snippet is self-contained. Your HTML Master Page likely contains these Register tags already but you can leave them as Design Manager will handle any duplicates for you.
    The structure of the snippet itself appears different because the seattle.html HTML Master Page includes modifications.
    Eric Overfield - PixelMill -
    ericoverfield.com -
    @EricOverfield

  • Cannot edit text in Master Page

    I don't work in InDesign often.  I had created a template file for a book back in December of 2011 (originally created in CS3).  I opened this file in CS6 today and did a Save As.  Now it's time to edit a few things to customize it for this new book.  So, I went into the Master Pages to tweak some things.  But, I can't edit any text.  I can click on some photos (not all), but no text is selectable or editable.  What in the world has happened to my file?
    I also went back to the final files for the book I did in December (not the template file, the actual working files).  Those give me the same behavior.  Text that should have been editable is not even selectable.  Again, some photos can be selected and moved, etc. but no text/text boxes.
    Is there some conversion that takes place opening a CS3 file in CS6 that is causing this to happen?  How do I fix it?
    Thanks,
    Matt Tyree

    The corrupted ID CS2 document has now been rebuilt using tagged text conversions, and is now only 3Mb, with .INX > .INDD conversions appearing to reducing the .INDD file size, rather than bloating each time.
    However, the Acrobat X Pro 'Compare Documents' feature is less helpful than before (v6 Pro), e.g. showing spurious differences such as:
    [Old text]: "personally-addressed"
    [New text]: "personally-addressed"
    and oddities like (perhaps flagging ID tagged text problems):
    [Old text]: " METHODOLOGY"
    [New text]: " MetHoDoLoGY"
    [Old text]: " [?993 ]"
    [New text]: " [?993]"
    ? = 'box corner' symbol. As this unanswered forum poster from 2011 says, 'Compare Documents' is too sensitive:
    Acrobat X Pro Compare Documents To Sensitive
    http://forums.adobe.com/thread/882888
    My ID report co-author is not interested in 'style' differences, only word/alphabetic variations.

  • How to synch values of fields (cbo & text) in Master Pages section in dynamically created pages?

    HI folks,
    I have a requirement for a form that has a common master page with a checkbox and text field in it.   The document is basically a table that dynamically adds rows as the user adds entries.   When the first page is full, a second page is dynamically created and the Master page format (including the checkbox & text field) applied to it. 
    When the user sets the checkbox on one page and/or adds text, all of the checkboxes on all of the dynamically created pages (in the master section) and all of the text boxes need to change to show the same values.   
    However, I can't figure out how to address the fields on the other pages.   The number of pages changes from user to user, so I can't address them with a static reference.
    Does anyone know how to keep these fields in synch?
    Thanks in advance!

    It woudl be easier to show than to explain it ...can you share the file? You can send it to [email protected] Include a description of the issue with your email please.
    Paul

  • Problems when I copy a text from master page field to body page field

    Hello
    I am developing a electronic form and I have experimented a strange bebehavior.
    When I try to copy a rawvalue of listbox field from master page to textbox field in body page, this works randomly.
    I have this code in the validation of the master page field
    --------------------begin code---------------------
    if (this.rawValue != null && this.rawValue != "")
    if (xfa.form.myform.mysubform.mytextfield.rawValue != this.rawvalue)
    xfa.form.myform.mysubform.mytextfield.rawValue = this.rawValue;
    --------------------end code---------------------
    Somebody know what is wrong?
    I am very confused.
    Thanks a lot for your help.
    Hosting Association
    The low cost quality hosting
    http://www.hostingassociation.biz

    Extra code is one of the pitfalls of using WYSIWYG cutting and pasting,
    and using styling in general.
    So while it may be interesting to try to reduce the amount of code, there
    probably won't be any direct approach without extra steps to get you what
    you want with bare bones code that appears as you want it to or at least acceptable.
    I guess you might have to take a screen image, clip the relevant portion, since
    you can only attach an image file here not a text file.
    Posting a screen shot
    * http://kb.mozillazine.org/Posting_a_screenshot_on_the_forum#Windows

  • Looking for Scripts that Replaces Text and Master Pages

    I have just found the Script Library panel in FM 10. (Always used InDesign before.)
    I'm up to replace a text string and two master pages in 100+ documents. Tried to google for some nice solutions to make this automatically but cannot find any scripts/macros to FM at all.
    Do you have som tip where to find such script/macro?

    100 is a small enough number that no time may be saved writing a script (assuming none exist for the purpose).
    I'd be tempted to ...
    Create a sourcing file that has the new MPs needed (and safe versions of MPs "Left" and "Right")
    Create a new Book file.
    Add to it all 100 of the files needing update (this is the only tedious part).
    Use Find/Replace from the Book menu to fix the text string.
    Select all book component files:
    File > Import > Formats
    Import from Document [MPsourcefilename.fm]
    [Deselect All]
    [*] Page Layouts
    [Import]

  • Looking for Scripts that Replaces Text and Master Pages (Batch Missing Files and PDFs)

    I have just found the Script Library panel in FM 10. (Always used InDesign before.)
    I'm up to replace a text string and two master pages in 100+ documents. Tried to google for some nice solutions to make this automatically but cannot find any scripts/macros to FM at all.
    Do you have som tip where to find such scripts/macros?
    To facilitate my work I also look for a batch script that automatically updates the image pathes in each framemaker file (image folder has been renamed).
    And at a last FrameMaker -> PDF Batch converter.

    100 is a small enough number that no time may be saved writing a script (assuming none exist for the purpose).
    I'd be tempted to ...
    Create a sourcing file that has the new MPs needed (and safe versions of MPs "Left" and "Right")
    Create a new Book file.
    Add to it all 100 of the files needing update (this is the only tedious part).
    Use Find/Replace from the Book menu to fix the text string.
    Select all book component files:
    File > Import > Formats
    Import from Document [MPsourcefilename.fm]
    [Deselect All]
    [*] Page Layouts
    [Import]

  • Vertically center text on a page-document wide

    Anyone know how to center text vertically on FrameMaker pages? (There is a way to do this, right?)
    Thanks!

    Nope, not document wide. You could do it manually on a page by page basis or if the content is suffciently small that you can make each page a fixed height row of a table you could use the Table middle setting for the paragraphs.
    With a tool like Framescript, you could set up a procedure that would determine the bottom gap from the last line of text to the end of the text frame and then split difference to push down the top of line text, but this requires a bit of coding.

  • Multiple threads on a Master Page CS3

    Hi,
    I have defined a master page containing naturally 2 pages left and right.
    On each page I have set 3 text frames. Top, Middle and Bottom.
    I have threaded the top left to top right, middle to middle and bottom to bottom.
    The idea is to AutoFill the top, then the middle then the bottom.
    I have Placed a text tile into the top text frame with AutoFill (shift in Windows) and it filled up the top text frame correctly creating some 139 pages.
    Back to Page 1.
    Tried to select the middle or bottom text frames....nada.
    Can't do anything with them. They remain dotted unselected text frames and I cannot select them and Place my middle text and bottom text.
    (When I remove the middle and bottom frames on the master page, and define a text frame page 1, I can fill it but without Autofill that would automatically repeat the text frame in the same size and relative position on the following spead pages. I have to manually place text frames page by page with the right size and location and continue filling manually.)
    Any ideas? Can I have multiple threads originating on the master page?
    Many thanks,
    Mickey

    I'm not totally sure I understand your question. Are you trying to have text run from top-left to top-right to center-left to center-right to bottom-left to bottom-right before making a new spread, or are you trying to have three separate sets of threaded text? I sense it is the latter, since you seem to want to place multiple pages before coming back to the next set of frames.
    Master text frames can be somewhat confusing in how they work, particularly if you are used to other applications where you must have a frame selected to place text. In InDesign you don't need to pre-select a frame for any sort of "Place" operation, and the program will even create one on the fly if required at the point where you click a "loaded" cursor.
    Alternately, you can drag a frame with the loaded cursor to your desired size and shape, or, if a frame happens to be available you can use it, including frames on the master page, by moving the loaded cursor over the frame and noting that the cursor itself changes shape to include parentheses. Exactly what happens when you click the loaded cursor depends on what you are placing and the action you take.
    Placing a graphical element uses the top-left corner as the reference, so if you click and release the loaded cursor that will become the top left corner of a frame the size and shape require to place the object at 100% scale. Dragging and releasing the cursor will create a frame the size and shape you drag, and the object will be placed within it with the upper left corner in the upper left, and scaled to 100%. If the frame size does not match the object, it will either have empty space or the object will be cropped.
    Placing into an existing frame is similar, except you can create a frame in advance with scaling or filling rules applied, or even reflection or rotation, along with any effects you might want to add (putting a frame that's pre-styled in this way onto a master page can be a real timesaver in some situations).
    Placing text is a bit different, but similar. If you click and release the loaded cursor, InDesign will create a new text frame with the top edge at the point you click, and the frame will be made to fill the column guides (every page has at least one column that fills the margins) down to the bottom margin guide. Text will fill this frame from the top according to whatever the default frame insets are set to. Default alignment appears not to be honored.
    If you click and drag a frame, that frame will be filled, or if you click over an existing frame, that also will be filled, but in this case any vertical justification options that have been applied to the frame will be honored.
    My students last year discovered what appears to be an un-documented ripple in placing into an existing frame. If you happen to click the loaded cursor on a guide a new frame will be created using the on-the-fly rules (you can actually see the cursor change back to not having the parentheses as you cross over guides) so I always recommend clicking well inside away from the frame edges or any ruler guides when trying to place content into an existing frame.
    Hope that helps.
    Peter

  • Import multiple Word docs to multiple pages with same master page?

    Hi, I should start by saying I have no scripting experience.  However, I am wondering if there is a simple script available for the following issue:
    I have set up a master page with three linked text boxes. Right now, I use Cmd+D to select a word file, and then Shift+click in the first box to place the text on the page. But I have 125 pages that are exactly the same layout, just different Word files to be imported. I could repeat this process 125 times, but I am wondering if there is a way to tell InDesign to create 125 pages using Master Page X and import one file for each?
    I am using InDesign CS5 v 7.0.4 on Mac OSX Snow Leopard v 10.6.7
    Thank in advance for any help you can offer,
    NW

    I was able to import the word documents as long as there was only one text frame on the master page. However, when I created multiple text frames (the text in the word document needs to flow from frame 1 to frame 2), it always imported into frame 2 and skipped frame 1. In case it is helpful to understand what I mean, I attach two screenshots. The first (sans text) is the master page, and the second is Page 1 after running the script. I added the labels Frame 1 and Frame 2 to Page 1, not the Master, because otherwise the text gets imported into the frame with the words "Frame 2". I suspect I have to label the frames in InDesign and then add something to the script that says insert into the Frame 1, but I'm not sure how to do that.
    It wasn't clear from your narrative in June that the text frames were linked, and that the text needed to flow between frames.
    The script, as implemented, only overrides one text frame, (textFrames[0],  which is the top-most text frame in the stacking order), and then places the text in it. Clearly that's not correct for your scenario.
    You mention 3 frames but only mention flowing between 2 frames.
    Anyhow, it sounds like you want the script to override all 3 text frames, and then to place in the first textframe.
    The first is easy, the question is really what should happen when there are more than 3 text frames -- should it override all text frames, or only some. You could specify which ones with a Script Label, or you could do something more clever. For the moment, let's just override all text frames.
    Then you have to specify which one to place into. You could just select the frame you want and Arrange > Bring To Front. Or we could specify frames[2], which should be the 3rd-from-the-top (after frames[0] and frames[1]). I'll do the latter, but feel free to keep the script the same and do the former:
    var
        d=app.activeDocument,
        p=d.pages,
        i, frames;
    for (i=0; i<p.length; i++) {
        frames = p[i].appliedMaster.textFrames.everyItem().override(p[i]);
        frames[2].place(new File("/path/to/page"+p[i].name+".doc"));

  • Can the 100% browser width function be used in non-master pages?

    Can the 100% browser width function be used in non-master pages? I watched the video about pulling it to the red edges, and did that on some of my parent pages, but when I preview the page in browser, it doesn't work. I can still see my browser edges.
    The idea for the website I am designing is to have different full browser width images for different pages, and I'm looking for a way to do that. I would create a different master for each page, but there are more than 20 pages...too many master pages! Thanks!

    Hi Lindsey,
    The 100% width feature works with rectangles and text frames on both master pages as well as regular pages. It doesn't work with images in either case. A possible workaround would be to use a rectangle with a background image, depending on the nature of your image.
    Regards,
    Nathan

Maybe you are looking for