Putting form field in line with text

trying to put a text form field in line with the paragraph but am unable to do so.  Any ideas?

Are you trying to adjust the line spacing of the text in order to align the text with visible lines already present in the format of the form?
There isn't a text formatting tool in the form section.  You need to create the from field and edit the properties to allow Multi Line Scrolling and to Allow Rich Text Formatting.  Then exit the Form section by clicking the hand tool.  Click in the field and press Ctrl+E to pull up the text formatting tool bar.  Click more, then paragraph.  On line spacing select Exactly and enter the amount of characters that you need in order for the spacing to apply appropriately. 
Hope this helps!

Similar Messages

  • Error when adding image in-line with text

    When using some of my templates I have no problem in putting
    a small graphic (a pdf icon) in-line with text. Yet with others the
    insertion of the same small graphic forces a newline before and
    after the graphic.
    If the text and image is placed in an editable region of the
    template, but not within a table cell all is ok.
    If the text and image is place within a table cell within the
    editable region the problem arises. I am sure there is something I
    have specified incorrectly but cannot discover what it is.
    An example of where it works fine is:
    www.digitalfox.co.uk/parryassociates/products.htm
    An example of where it doesn't work is:
    www.bournemouthlittletheatre.co.uk/membership2.htm
    I am using Dreamweaver 8 within Studio 8 and run under
    Windows XP.
    Can anyone help please?
    Regards
    Roger Sansom

    Hmm -
    <style type="text/css">
    <!--
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    @import url("nav-bar-top/nav-bar-top.css");
    Is this the belt and bracers approach? 8)
    Anyhow, your problem is in the very first line of one of
    those (take your
    pick) -
    TD IMG {
    DISPLAY: block
    That causes images in table cells to behave as a block tag.
    Block tags
    force all adjacent content to the next line.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RogerLS" <[email protected]> wrote in
    message
    news:[email protected]...
    > When using some of my templates I have no problem in
    putting a small
    > graphic (a
    > pdf icon) in-line with text. Yet with others the
    insertion of the same
    > small
    > graphic forces a newline before and after the graphic.
    >
    > If the text and image is placed in an editable region of
    the template,
    > but
    > not within a table cell all is ok.
    >
    > If the text and image is place within a table cell
    within the editable
    > region
    > the problem arises. I am sure there is something I have
    specified
    > incorrectly
    > but cannot discover what it is.
    >
    > An example of where it works fine is:
    > www.digitalfox.co.uk/parryassociates/products.htm
    >
    > An example of where it doesn't work is:
    > www.bournemouthlittletheatre.co.uk/membership2.htm
    >
    > I am using Dreamweaver 8 within Studio 8 and run under
    Windows XP.
    >
    > Can anyone help please?
    >
    > Regards
    > Roger Sansom
    >
    >
    >

  • How to get Horizontal Slider in line with text?

    Hi,
    I am trying to put my horizontal sliders in line with text information, but for some reason the alignmentbase property does not work. Any tips?
    The code I use now:
    <s:Panel id= "ViewTracksPanel"
                     title = "Viewing settings"
                     width="100%"
                     height="100%">       
                <s:layout>
                    <s:VerticalLayout paddingLeft="10" paddingTop="10" paddingBottom="10"/>
                </s:layout>   
                <s:VGroup >           
                    <s:HGroup gap="30">
                        <s:RadioButton group="{viewingtype}" id="viewtrackHistory" label="Track History" value="History" />
                        <s:RadioButton group="{viewingtype}" id="viewLatestLocation" label="Current Position" value="LatestLocation"/>    <!--does not work because precision of data is not inline with interval precision    -->   
                    </s:HGroup>   
                    <s:HGroup right="40">
                        <mx:Text text="Track Time Interval: {timeInt.value} Minutes "/>
                        <s:Label text="1"/>
                        <s:HSlider stepSize="1" minimum="1" maximum="60" id="timeInt" width="200" dataTipPrecision="0" change="timeInt_changeHandler(event)" alignmentBaseline="ideographicBottom" />
                        <s:Label text="60"/>
                        <s:Label/>
                    </s:HGroup>           
                    <s:HGroup>
                        <mx:Text text="Display Time Interval: {Speed.value} Seconds"/>
                        <s:Label text="1"/>
                        <s:HGroup>
                            <s:HSlider stepSize="1" minimum="1" maximum="5" id="Speed" width="200" dataTipPrecision="0" alignmentBaseline="ideographicBottom"/>
                        </s:HGroup>
                        <s:Label text="5"/>
                    </s:HGroup>
                    <s:Label/>  
    This results in:
    As seen above, the slider (& corresponding labels) are not on the same 'horizontal line/position' as the mx Text (ex. 'Track Time Interval' but a bit above?
    I tried to put alignmentbaseline to all possible values but whithout succes.
    Any advice would be really great!
    Thanks.

    I just did one line but I think you want this
            <s:HGroup verticalAlign="baseline">
                <mx:Text text="Display Time Interval: {Speed.value} Seconds"/>
                <s:Label text="1"/>
                <s:HSlider stepSize="1" minimum="1" maximum="5" id="Speed" width="200" dataTipPrecision="0"/>
                <s:Label text="5"/>
            </s:HGroup>
    Also you don't need to wrap everything in a VGroup if you have a vertical layout - pick one or the other.
    Carol

  • How to make form field that will highlight text

    I have a calendar with several lines of text in each days box (yoga classes with class name and time). I need to create an interactive pdf which I can send to my teachers so they can highlight their availability to teach. I would like for them to be able to click on class times and have those times become highlighted. They could then save this form and send back to me. Please help... seems like it should be fairly easy but I've messed around for two days trying to make it happen with no luck!!

    The problem is that form fields don't have an opacity setting, so they're
    not very suitable for highlighting text.
    Your options are to use a form field (like a button) with a transparent
    fill color and a colored border, and then have the border become
    transparent when clicked, or back to the color when clicked again, or you
    could use a combination of an annotation and a button field. The button
    will show/hide the annotation when clicked. The latter will look nicer but
    is more complicated to implement.
    On Thu, Jul 3, 2014 at 11:00 PM, jaspertrout1 <[email protected]>

  • Is it possible to put form fields on layers in Acrobat?

    I am creating evaluation forms that have 3 layers. Basically, on page 1 there are 3 buttons for the apprpriate category, and each button turns on a specific layer. The following pages have information to be filled out based on which category layer is selected on page 1.
    I've created the documents in Indesign with layers and so far exporting the document and layer buttons works fine . . . I just have to assign the layer action in Acrobat to the buttons. But, when it comes to creating the form fields, I can't figure out how to create them on a layer. When I go into form field editing I lose my layer panel and when I can see the layer panel, turning layers on and off does not affect the fields.
    Is it possible to put fillable form fields on layers, so I could have different fields visible based on what layer is showing?

    So, if I learn to create this script, can I have multiple sets of fields stacked on top of each other that can be shown/hidden along with the rest of the layer by pressing a button?
    Hi,
    you don't need to learn JavaScript for such basic actions, they are built-in.

  • How can i copy line with text and image to ms word

    When I insert an image in textflow using InlineGraphicElement it works, but when I copy the line with the image to MS Word it copies only the text (not the image).
    How can i copy the image to MS Word?

    If you want copy formatted text and image to MS Word, you need to give MS Word rtf markup, because Word can recognize rtf markup but not TLF markup.
    So you need to create a custom clipboard to paste a rtf markup. It's a large feature for you, because you need a tlf-rtf converter in your custom clipboard.
    TLF Custom Clipboard Example:
    package
        import flash.display.Sprite;
        import flash.desktop.ClipboardFormats;
        import flashx.textLayout.container.ContainerController;
        import flashx.textLayout.conversion.ITextImporter;
        import flashx.textLayout.conversion.TextConverter;
        import flashx.textLayout.edit.EditManager;
        import flashx.textLayout.elements.*;
        import flashx.undo.UndoManager;
        // Example code to install a custom clipboard format. This one installs at the front of the list (overriding all later formats)
        // and adds a handler for plain text that strips out all consonants (everything except aeiou).
        public class CustomClipboardFormat extends Sprite
            public function CustomClipboardFormat()
                var textFlow:TextFlow = setup();
                TextConverter.addFormatAt(0, "vowelsOnly_extraList", VowelsOnlyImporter, AdditionalListExporter, "air:text" /* it's a converter for cliboard */);
            private const markup:String = '<TextFlow whiteSpaceCollapse="preserve" version="2.0.0" xmlns="http://ns.adobe.com/textLayout/2008"><p><span color=\"0x00ff00\">Anything you paste will have all consonants removed.</span></p></TextFlow>';
            private function setup():TextFlow
                var importer:ITextImporter = TextConverter.getImporter(TextConverter.TEXT_LAYOUT_FORMAT);
                var textFlow:TextFlow = importer.importToFlow(markup);
                textFlow.flowComposer.addController(new ContainerController(this,500,200));
                textFlow.interactionManager = new EditManager(new UndoManager());
                textFlow.flowComposer.updateAllControllers();
                return textFlow;
    import flashx.textLayout.conversion.ITextExporter;
    import flashx.textLayout.conversion.ConverterBase;
    import flashx.textLayout.conversion.ITextImporter;
    import flashx.textLayout.conversion.TextConverter;
    import flashx.textLayout.elements.IConfiguration;
    import flashx.textLayout.elements.TextFlow;
    class VowelsOnlyImporter extends ConverterBase implements ITextImporter
        protected var _config:IConfiguration = null;
        /** Constructor */
        public function VowelsOnlyImporter()
            super();
        public function importToFlow(source:Object):TextFlow
            if (source is String)
                var firstChar:String = (source as String).charAt(0);
                firstChar = firstChar.toLowerCase();
                // This filter only applies if the first character is a vowel
                if (firstChar == 'a' || firstChar == 'i' || firstChar == 'e' || firstChar == 'o' || firstChar == 'u')
                    var pattern:RegExp = /([b-df-hj-np-tv-z])*/g;
                    source = source.replace(pattern, "");
                    var importer:ITextImporter = TextConverter.getImporter(TextConverter.PLAIN_TEXT_FORMAT);
                    importer.useClipboardAnnotations = this.useClipboardAnnotations;
                    importer.configuration = _config;
                    return importer.importToFlow(source);
            return null;
        public function get configuration():IConfiguration
            return _config;
        public function set configuration(value:IConfiguration):void
            _config = value;
    import flashx.textLayout.elements.ParagraphElement;
    import flashx.textLayout.elements.SpanElement;
    import flashx.textLayout.elements.ListElement;
    import flashx.textLayout.elements.ListItemElement;
    class AdditionalListExporter extends ConverterBase implements ITextExporter
        /** Constructor */
        public function AdditionalListExporter()   
            super();
        public function export(source:TextFlow, conversionType:String):Object
            if (source is TextFlow)
                source.getChildAt(source.numChildren - 1).setStyle(MERGE_TO_NEXT_ON_PASTE, false);
                var list:ListElement = new ListElement();
                var item1:ListItemElement = new ListItemElement();
                var item2:ListItemElement = new ListItemElement();
                var para1:ParagraphElement = new ParagraphElement();
                var para2:ParagraphElement = new ParagraphElement();
                var span1:SpanElement = new SpanElement();
                span1.text = "ab";
                var span2:SpanElement = new SpanElement();
                span2.text = "cd";
                list.addChild(item1);
                list.addChild(item2);
                item1.addChild(para1);
                para1.addChild(span1);
                item2.addChild(para2);
                para2.addChild(span2);
                source.addChild(list);
                var exporter:ITextExporter = TextConverter.getExporter(TextConverter.TEXT_LAYOUT_FORMAT);
                exporter.useClipboardAnnotations = this.useClipboardAnnotations;
                return exporter.export(source, conversionType);   
            return null;

  • CC 2014 Palette Form Fields Not Recognized with Dual Monitors

    When I'm using a dual monitor setup, my second palette monitor (usually my MBP) can render palette form fields unclickable. For example, if I want to click into the form field to change the stroke size, my pointer clicks straight through to the finder as if the palette wasn't there. However, I'm still able to grab the top of the palette and move it to the main monitor. When I do this, the palette works fine, moving it back recreates the issue. This problem is intermittent, but has happened a handful of times in the last month.
    So far I've experienced this with Illustrator CC and CC 2014 as well as Photoshop CC 2014.
    My current setup is a 2013 2.6 GHz MBP with 10.9.4 and the most recent versions of CC and CC 2014.
    Any ideas?

    oh,  forgot to say Mavericks   10.9.5    running on the mac pro..

  • Make a horizontal scroll line with text

    Hello:
    Can you help me about how to make a line of text that slide
    (or scroll) from
    right to left, desappear and come bak again?
    have you some samples?
    many thanks

    This should get you there
    http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
    1. Load the mousewheel min script via CDN (jquery-mousewheel - cdnjs.com - the missing cdn for javascript and css)  into the Scripts Panel;
    2. Add the provided snippet into your Stage > compositionReady event handler.
    hth
    Darrell

  • I did a hard reset on my iphone 5.  When it was resetting  black lines with text saying there were errors popped up at the top of the screen. any ideas??

    I did a hard reset on my Iphone 5,  when it was resetting black lines with white text popped up at the top of the screen.  Last line says _fetchBorrowedList:881 number of borrowed blocks 16.  It is stuck at this point and will do nothing.  Tried another hard reset and the same thing happened.  Any Ideas??

    Make an appointment at the genius bar and get the screen replaced if that's available in your area ($149) or get the phone replaced if it's not or if the damage is more extensive ($269).

  • Control checkbox form field in word with report generation toolkit for Microsoft office

    Hi all,
    Happy New Year!
    I insert in the word template the check box form field. It has a bookmark name "Check1".
    Now I'm trying to checked or unchecked this field using the report generation toolkit for Microsoft office and I couldn't. If anyone now how to do it? I'm using LabView 8.0
    Thanks in advance,
    Boris
    Solved!
    Go to Solution.

    Boris,
    The Microsoft Office Toolkit does not have support for checking/unchecking check box forum field. You would have to research the activex functionality that enables this to be checked or unchecked and then do the activex calls yourself. I did hear of one csutomer who used a special font to write a blank box or a checkbox into a word document and changed it that way as well.
    Maybe http://www.ozgrid.com/forum/showthread.php?t=53715 gives a hint to an activex reference
    Rob K
    Measurements Mechanical Engineer (C-Series, USB X-Series)
    National Instruments
    CompactRIO Developers Guide
    CompactRIO Out of the Box Video

  • Graphic not in line with text?

    I am having trouble doing something. I have a short line of
    text, and at the end of it I want a small graphic or an arrow to
    appear, in line.
    But, when I use this coding in HTML, the graphic always goes
    down to the next line:
    <ul > <li>Please visit the committee page by
    clicking the arrow <img src="../graphics/rightarrow.gif"
    width="13" height="13" border="0"></li></ul>
    It doesn't seem to matter what "align=" attribute I add
    either, the arrow always appears on the next line.
    Any one able to set me straight?
    Many thanks,
    Stephen
    Tallahassee, FL

    "sbsmithfl" <[email protected]> wrote in
    message
    > <ul >
    Please visit the committee page by clicking the arrow <img
    > src="../graphics/rightarrow.gif" width="13" height="13"
    > border="0"></li>
    >
    Hi Stephen --
    Why can't you just add the image inside the <p> tag? So
    it looks like this:
    <p>Please visit the committee page by clicking the
    arrow <img
    src="../graphics/rightarrow.gif" width="13" height="13"
    border="0"></p>
    John

  • How can I make the form fields show all inputted text?

    I am trying to create forms to collect customer data.  Currently, when I get them back from the customer, if they have typed in more words than the field box allows for, we have to scroll to read it all.  When we go to print the form, only the text that fits in the box will print.  Help!

    Your choices are:
    Make the field larger.
    Limit the number of characters that can be placed in a field.
    Export o Excel.
    Add a page with one large field with the same name as the problem field.
    Create a dynamic PDF using LiveCycle.

  • Retain all form field values after input text field validation failure

    Hi,
    I have a form with 1 input text field, one Command button and one h:selectManyListbox. when User enteres some values in input field and clicks on command button named Add, the value is validated. If input is invalid, then an error message appears next to the field. If input is valid, then the value is added into h:selectManyListbox. Adding to list box is done using Ajax4Jsf.
    Probelm:
    Let's assume user entered 3 valid values one after another and all are added into the list box. When he enters a wrong value, and error message appears. however, the entered values in list box goes away. Is there a way to retain the values even after validation failure.
    Code is given below;
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
    <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
    <h:panelGroup>
         <h:outputLabel for="inputEmailId1" value="Email Id: " />
         <t:inputText value="#{bean.newEmailId}" id="inputEmailId1" maxlength="100" size="40" immediate="true">
              <t:validateEmail message="Enter a valid Email Id." />
         </t:inputText>
         <t:message for="inputEmailId1" styleClass="errorStyleClass" />
    </h:panelGroup>
    <t:panelGroup style="text-align: left;" >
         <a4j:commandButton value="Add" styleClass="buttonsSub" action="#{bean.addSharedEmails}"
              reRender="inputEmailId1, selectedSharedEmails" />
    </t:panelGroup>
    <t:panelGroup style="text-align: left;">
         <h:selectManyListbox id="selectedSharedEmails" size="8" style="width:100%;" immediate="true">
              <f:selectItems value="#{bean.sharedEmails}" />
         </h:selectManyListbox>
    </t:panelGroup>
    Thanks in advance,

    Use the attribute "binding" instead of a "value". This will remember the value. You can also make sure that you dont have anything in your constructor or class level that initialises that value to "" or null. Because if JSF is remembering your value but your initialization that gets triggered before the page loading resets it to default values then you need to change that part of the code.

  • Form fields covering lines

    We are adding fillable fields to a form and they are covering the lines on the form up.  Is there a way to make the fields not cover the lines, other than setting them above the lines.
    Thanks for the help!

    Thanks George.  I must be losing my mind.  I had the field set to be transparent, but it looked like it was covering the line on the screen.  Looks fine when printed.
    Thanks for the help!

  • I would like to send a form with the form fields locked but with the links still active.  Any Ideas?

    I'm new to creating fillable forms and I feel that this appoach would help to create HVAC proposals in quickly by editing a few fields within a PDF. I would like to then email the form that I created to my client, but I do not want them to be able to change the fields such as the cost of the job, yet I do want them to be able to open links that are embedded in the proposal.  So far my approach has been to send them a flattened copy which essentially make the entire PDF stagnant. Any ideas would be much appreciated!

    You can use the free selective flattening tool that's available here: http://www.uvsar.com/projects/acrobat/flattener/

Maybe you are looking for

  • Installation problem on my debian 2.2.20

    I tryied to install the Appserver 7 on my debian (Linux woody 2.2.20 SMP) without X11 ( ./setup -console ) but i have this error message com.iplanet.install.util.wbResource::getString: resource string "appservResources:LinOSCheckPanel-CUI-unsupported

  • Performance Management: facing problem in appraisals through PMP

    Hi, I had published a PMP with an appraisal template which had objective template attached. Objective setting tasks were correctly created, objectives were correctly added to each worker scorecard and approved. Profile options for manager and worker

  • Support Message from Portal

    Hi All, I can create support messages from ABAP systems and from solman using NOTIF_CREATE Can any of the experts tell me how I can do it from a portal? Are there any available webdynpros or apps from SAP which we can use it? In case I have to develo

  • MacBook Pro 6.2 on 10.7.1 backlit keyboard problem

    My backlit keyboard suddenly malfunctioned for apparently no reason. Pressing the F5 and F6 keys bring up the up and down brightness pop-up thing and it shows and increase and decrease in level, but no light comes out of the keyboard. Please help! Ma

  • Oracle JDeveloper 10.1.2 with newer JDK on Windows

    Hi, I had jdk 1.4.2 installed on my Windows XP machine, and had developed applications using JDeveloper 10.1.2. I'm upgrading to Windows 7, and my question is whether I can install a higher version of JDK (say 6.0) on my machine, and also download a