Text box margins auto-aligning

When I create a new text box in a form the margin of the label is being forced to align with the label above.  Some of my labels are longer and some shorter, so I would like to be able to change these independently of one another.  When I put multiple text boxes with labels on the same line/row I am able to change the margins of the 2nd and 3rd label, but still not the 1st.  What am I doing wrong?

Hi;
You are not doing anything wrong, this is how it works.  All of the fields that are both A) at the beginning of a row and B) have labels aligned Left or Right share the same "caption reserve" (term we use for this common label width).  This is how it was designed and how it remains for now, we do know it is not ideal and is a little confusing, I am going to write up an FAQ on it, and it is on our list of potential feature enhancements.
Thanks,
Josh

Similar Messages

  • How do I make the margin beneath the text in a text box smaller?

    Hi-
    I'm trying to either make the inner margin in a text box smaller, or align the text on the bottom of the text box in fireworks. (by text box, I mean the box surrounding a text element).
    With the extra space beneath the text, I can't place the text box close enough to the element beneath it without the two boxes overlapping. Not sure I'm making this clear; please see the screenshot.
    Thanks in advance for the help!

    Ahhh... that's a really good reason. It *would* be nice if Fireworks' text boxes could emulate the CSS box model and include features like background, border, padding, etc.
    When you say that "adjusting the text box padding" didn't work for you, do you mean "adjusting baseline shift"? Because baseline shift should have absolutely no effect on the bounding box itself (though I don't know what it's effect is on exporting to HTML + CSS). The box itself stays rock solid, while the individual letters move up or down.
    Nevertheless, it's not the greatest solution. In this context, if you want to preserve the flow of your text content while maintaining maximum control over its appearance—and avoid the conversion to absolute positioning—your best bet might be to use a single text box. If you think about it, there are plenty of ways to control the placement and appearance of text within a single box (although it may not be how you prefer to work). Keeping things "in flow" should keep them from being absolutely positioned upon conversion.
    Aaron Beall has developed a nice set of Text commands for Fireworks—including a "Merge Text Boxes" command that could be helpful to you if you wanted to combine your multiple boxes into a single text box. (I was originally wondering if anyone might have developed a command to snap the bounding box of text to the text itself—to its inner "raw" dimensions—but I didn't find one.)
    http://fireworks.abeall.com/extensions/#Text

  • How do I auto populate a text box if a check box is ticked in Acrobat XI Pro?

    Basically, i have been asked to create a catalogue of sorts for my organisation with a form at the end that will be completed by the end user. it will be a catalogue of books and toys that people can request to borrow from us. Its all specialist equipment that we loan out for disabled people. When they are scrolling through the catalogue i would like there to be a check box and if they would like to borrow that item they would tick that box and any other products that they would like to borrow. Is it possible to have a text box that auto populates with a list of the items they have selected. the form would be similar to the one below. it the box next to Products to borrow i would like it to add products as they tick the boxes in the preceeding pages. I would be happy to share an example document if needed. thanks in advance for any help.
    Name
    Address
    Products to borrow

    Thank you for your willingness to help.
    The problem with a drop down is that it would not present all options when printed, and some of our users will be completing this form manually (printed). All options need to be displayed.
    Here's an example:
    SELECT PREFIX:
    A12
    B12
    C12
    They can check one of the above and then based on what they select, I want the next box (a text field) to pre-fill with their selection.
    So if they select A12, the text box would automatically fill with A12.

  • How to align text paragraphs with caption text boxes

    Hello,
    Im moving from QuarkXpress to InDesign, and Im setting up styles, templates, libraries, etc...
    The issue Im having is that when I add an image with a text caption box in one of the columns, the text that wraps around the caption text box, no longer aligns to the other columns, its off. I can't get it to realign to the other columns.
    Any help is appreciated.

    1. Is the leading of your caption the same as the body text? If not, you have to choose to align the top of the first line (slightly jarring) or bottom of the last line.
    2. It appears to me you have the caption vertically centred. That will make it far harder.
    To make it feasible to do manually, you can set the caption box text frame to start at offset "Leading", move the text frame to start exactly at the bottom of the image, and make sure all your images' heights are multiples of your leading. Group the caption frame and the caption box to make moving around easier.
    "Align to baseline" would be a good option, except that I find it too constricting on the entire rest of my designs (viz. the already observed "jump per entire line only"). One way around that is to set up your baseline grid to half, 1/3, or 1/4 of your leading. That way you have at least some control left over inter-paragraph whitespace, and you can still manually drag your images and have them snap to the closest "actual" baseline.

  • Inserting a Text Box? - Applescript

    Thanks for helping me out earlier. Now I want to insert a text box at the bottom of the page 4.5 inches wide and .5 inches tall, how do I script that in?
    This is all needed as part of a workflow I am doing with automator, and once I can solve that, then I am DONE!
    Here is my apple script:
    tell application "Microsoft Word"
      activate
              set orientation of page setup of section 1 of active document to orient landscape
              set mar to page setup of active document
              set left margin of mar to (inches to points inches 1)
              set right margin of mar to (inches to points inches 1)
              set top margin of mar to (inches to points inches 0.7)
              set bottom margin of mar to (inches to points inches 1.5)
              set alignment of paragraphs of active document to align paragraph center
    end tell
    Thanks.

    Hi,
    Here is an example :
    tell application "Microsoft Word"
          activate
          tell active document
                set orientation of page setup of section 1 to orient landscape
                tell its page setup
                      set pWidth to page width
                      set lMargin to inches to points inches 1
                      set left margin to lMargin
                      set right margin to lMargin
                      set top margin to (inches to points inches 0.7)
                      set bottom margin to (inches to points inches 1.5)
                end tell
                set alignment of paragraphs to align paragraph center
                set nP to (count paragraph)
                -- the doc must have at least two blank paragraphs at end of it before creating the textbox
                if (content of text object of paragraph (nP - 1)) is not return then insert paragraph at after last character
                if (content of text object of paragraph nP) is not return then insert paragraph at after last character
                select text object of last paragraph -- select the last blank paragraph
          end tell
          create textbox selection
          tell last text box of active document
                set height to inches to points inches 0.5
                set width to inches to points inches 4.5
                set content of text range of its text frame to "something" -- set the content of this text box
                set left position to ((pWidth / 2) - (width / 2)) - lMargin -- center the text box, no center alignment in AppleScript
          end tell
    end tell

  • InfoPath 2013 - Rich Text box - Expand to show all text option not working

    I have create an InfoPath form and created a view which will be used for printing. I have a rich text box in this print view and the scroll option for this rich text box is set to "Expand to show all text". However, it is not working and it doesn't
    expand the size of the text box based on the content length.
    same thing used to work in InfoPath 2010.
    Any suggestions?
    Thanks,
    Neelesh

    Hi Wendy,
    Here are the steps I have used:
    1. On default view added a rich text box.
    2. Created another view called Print and mapped it to the same Field which I added to default view
    3. Set the Wrap text and Expand to show all text on both the Rich Text Box Properties - in default view and in Print
    view. Also set the height of the rich text box to auto.
    4. Set the print views as the print view for default view
    5. Deployed the form to SharePoint Form Library
    6. Opened the form in browser
    7. Entered the content in the rich text box in default view. It expands well if I have much content
    8. Clicked on Print preview and that opens up the print preview and it shows the rich text box only one line in height and with scroll bar
    I missed to mention that it is a web browser enabled form and I am using InfoPath 2013 and SP 2013.
    It does work fine in InfoPath client.
    Thanks.

  • Ipages - how to set the upper margin on the text box so the text aligns at this point

    I can't figure out why there is all this extra white space in the text box on iPages.  I want to have the first line of my text be at the top of the text box.  I'm not able to pull the top line of the text box down to it.

    What is iPages?  Do you mean Pages?  If so then ask this question in the Pages forum:
    https://discussions.apple.com/community/iwork/pages
    This is the MacBook Pro forum.

  • How can I align a character exactly flush with the right side of a text box?

    I'd like to automatically align some text so it touches the right side of its text box exactly for all characters ("Optical Margin Alignment" doesn't work). Figure-1 shows the default behavior for right-aligned text. Figure-2 shows what I want it to look like. Since these characters are inputs from a large Data Merge, manually adjusting each instance is not a practical solution.
    Selecting the "Align Left Edge" checkbox in "Drop Caps and Nested Styles" is exactly the kind of behavior I'm looking for, except it needs to be the "Right Edge" not the "Left Edge".
         Figure-1: This is the default behavior for right-aligned text.
         Figure-2: The is what I want the result to look like.

    Rob, thanks for the link with the thread. At least I know I'm not missing some obvious function somewhere.
    Olfar, I follow what you did with "Indent to Here" and the Hair Space, and I understand how to use tracking to manually align the second line, but I don't know much about grep styles, so I didn't follow that part. Does the technique you used work for all characters? For instance, if you replaced the "1" with a "7", would it automatically align the rightmost part of the "7" with the "N"? Also, I need something that works with double digit numbers, and I don't think the Hair-Space-and-Tracking trick is going to work in those cases, but I could be wrong.
    Thanks.

  • Vertically align middle input text in a text box

    I'm creating Flash-based software that has text boxes where users write in the answers to questions. I want the text that the user types to be vertically aligned to the middle of the text box, so that even if the response is two or three lines, it is still centered in the box.
    It doesn't appear that I can accomplish this through the properties window in Flash. Am I missing something? Or is it possible to set the properties of the text box with actionscript, and would that allow me to vertically align the text?
    Thanks!

    You're not the first to ask this, but if you got an answer of how to do it, you'd likely be the first.  I don't think it is possible since there doesn't appear to be any sort of top margin property available for TextFields.  You might be able to fake something like that though if you think about it... like using the changed event of a textfield to reposition it vertically in a pseudo border/bkgnd.
    If you do come up with a solution, you should share it here... as I said, you're not the first to ask.

  • Text box alignment problem

    Every time I create a new text box in an exsiting file, the text in a text box moves. the text alighment button is pressed EG: align to top of text box, Middle or bottom. but everytime I move the text box, the text will then move with in it. I turned off all text wraps and ticked suppress any text wrap in hidden layers (even when this is not ticked) nothing changes, The text still moves around inside the box. I am quite sure that this is not suppose to happen, especially if I ticked for  it to be align in the centre of the text box.
    Can someone help me please.

    Thank you so much. It's been bugging me for ages.

  • How do I stop Firefox from auto-focusing on text boxes?

    How do I stop Firefox from auto-focusing on text boxes? Sometimes as a page is loading, I scroll down the page...only to have the page jump back to where there is a text box, with a blinking cursor, after the page is finished loading. It is an annoying feature and I want to turn it off.

    Some pages use an onload event to set the focus to a text area or search field.
    You can try NoScript to see if that blocks it.
    *NoScript: https://addons.mozilla.org/firefox/addon/noscript/

  • I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content)

    I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content) is there a fix to this problem? using 8.1, Monitor is a high res.2560x1440.

    Another View.
    the GUI is so hard to read (so small) I enlarge my Ps UI by the instructions below...which helped a lot.

  • Need Help: I need a check box to auto fill a set value in separate text field.

    Hi, this is my first time with inserting scripts into a PDF Form.
    We have a form that requires the user to check a box regarding medical conditions they have (i.e. Asthma, Diabetes, Hypertension).  Later in the form, they have to type out the same condition into a text box. (I know stupid to double document, but it is required).  Is there a script that will auto fill the text box when they check the box?  For example, if they check asthma, the text box on a later page in the PDF will say "Asthma, controlled."  Is this possible?
    In addition, if they don't click Asthma, and do click Diabetes, could it add Diabetes to the first text box, but if they check both, it would add Asthma to box 1 and Diabetes to box 2?
    Any help would be GREATLY appreciated.
    I'm using Acrobat 9
    Thanks!

    Hi, I'm staring at the code trying to make it work for my needs, which are similar to Austin's.
    I have a 16-page form with 2,988 checkboxes in the entire document (a little over 200 in each page besides the first and last page). The last page contains a textbox labled Summary, and it should provide a summary of all the items checked in the document. Theoretically only one page will be populated at a time, so there will be no more than 200 checkboxes checked in the entire document.
    Is it possible to use the same code? And do I just put the code under the text in the script that reads:
    form1.SummaryPage.SummaryText::calculate - (JavaScript, client)
    The JS I am trying to get to work is the following from a post above.
    // Custom Calculate script
    (function () {
        var i, v, s = "";
        // Loop through the 2988 check boxes
        for (i = 1; i < 2989; i += 1) {
            // Get the value of the current checkbox
            v = getField("checkbox " + i).valueAsString;
            // Concatenate check box value to string if not deselected
            if (v !== "Off") s+= v + "\r";
        // Set this field value
        event.value = s;

  • How do I center align the text in my text boxes if they are currently right aligned?

    I created a client questionnaire in Word and then turn it into a PDF and created the text boxes necessary. The problem I am having in Adobe XI Pro is that I want all of the text in my text boxes to be centrally aligned rather than left aligned. However, when creating and editing the text boxes, I see no option to help me do so. When clients fill out the form it looks messy because the information that the fill in tables in not centrally aligned, so it makes my tables look poorly organised. Help would be much appreciated, thank you.

    In Form Edit mode, right-click the field(s) and select Properties - Options, and under Alignment select "Center".

  • How do I disconnect text in left margin from the main text box

    I’ve used a template that has a graphic and text in a wide margin on the left side of the page. The margin is set at 2.75, where a a single column text box resides, containing much more descriptive text. It seems the material inside the left margin is not accessible. When I click on it text in the large text box highlights. What is connecting these two boxes and how can I disconnect them? I want to use the left side of the document to contain, among other things, hypertext links to other websites. At first I thought it might be a matter of layers, sending objects to the back or front, perhaps grouping or ungrouping but that hasn’t helped.
    Anyone got any thoughts on what might be creating this connection?

    Ah, that did it. Kind of strange place to hid that command don’t you think? I still don’t know what will happen when I convert it to a .doc. While I much prefer creating this stuff in Pages if the creation doesn’t survive the conversion and others can’t open the links it doesn’t do me much good. If it doesn’t survive the conversion to Word I’ll let you know.
    thanks for your help.

Maybe you are looking for

  • Help with exporting file for print

    Hello, I'm trying to print a banner through Spoonflower (a site that lets you print on fabric). They recommend an RGB, 150dpi file. (max 58" wide x 288" long, 40MB) and accept a wide variety of file types (ai, svg, eps, tif, png, jpeg). My banner is

  • Please open signing in to my account

    Dear All Just open for me the sign in .. I know my password and I can log in without your help ! it's my account since 2001 if You see why you locked the account You will find that I was typing the password correctly but the problem is that the caps

  • Connect ibook to nokia 6230

    I can connect my mobile phone (Nokia 6230) to my computer but when somebody calls me, the window doesn't appears. Why? What can I do? Thank you.

  • Upload heavy archive of open items clients

    Hi experts, I would like to know if anyone knows the best way of uploading a heavy archive (near 450 Mb) of open items clients from local machine to a SAP server. We're attempting to do it but we have error. Regards

  • How to maintain the source List if record already exist to maintain ME01

    Hi Folks, I've a BDC pgm for t-code ME01(Maitain Source list). which is for creating new contract before expirting one.  Here I am upload a TXT file which contains data like vendor, Plant, date(valid to-valid from), PurOrgn, Agreement ... But program