How do I align check boxes with text in the form?

I'm most of the way there but I am stuck fixing the formatting misalignments.
1. What controls the little checkboxes? What's the best way to align them with the text?
2. Part of the form is controlled by some form-specific css and  part is getting inherited from the body. What's the best approach to make sure they match?

Thanks Liam. I haven't done a site for a while so I'm a little rusty but I did finally figure it out using Firebug. At first I couldn'tfind the applicable CSS but when I tuurned on the element selector in Firebug, well, Bob was my uncle.
The site is based on a Twitter Bootstrap template modified for BC. Since the few changes to the css only apply to that one page, do you think there is any reason not to leave them embedded just on that page given that they will not apply anywhere else. I don't want to change the Bootstrap css but I could create a mystyles.css. Is there any reason to do so?

Similar Messages

  • How to create a check box with an X

    Hi,
    How do you create a check box with an X as apposed to a tick?
    Thanks

    Go to the check box's properties and in the Options tab choose "Cross" as the check box style.

  • How to link a check box with a text field

    Hello, I'm looking for some help with my PDF form. If a check box is checked then I would like to force the user to input a value a related text field. First, is this possible and if so can anyone give me some guidance on how to achinve this. I'm currently using LiveCycle 8.0..
    Thanks for your help...

    Go to the check box's properties and in the Options tab choose "Cross" as the check box style.

  • E-mail messages with text in the form of an attached file?

    Some of the e-mails I send are being received without any text but with my original message in the form of an attachment together with any other attachments I have sent. This results in some people not opening my mails or at least not understanding why I'm sending the attachments. Is this a compatibility problem? Is there anything I can do about the fact that not everybody in the world has a Mac? I thought the system of Windows friendly messages avoided this problem. Look forward to hearing anyone's thoughts on the matter and especially finding a solution.
    Best,
    Ken

    Perhaps the boolean expression isn't working because it needs to be all caps: YES instead of yes
    In any case, a simple 1 or 0 works just fine for me without -bool:
    The command to disable in-line attachments (all attachments appear as icons)
    defaults write com.apple.mail DisableInlineAttachmentViewing 1
    To command to (re-)enable in-line attachments once disabled (all attachments appear as images or documents displayed in-line)
    defaults write com.apple.mail DisableInlineAttachmentViewing 0
    Also, when composing a new message with an attachment, be certain that 'Send Windows-Friendly Attachments' is checkmarked at the bottom of the new message screen:

  • How can I create a box with the option of either a check or "N/A"?

    Hi there guys, just a quick question which has been bugging me for days now!
    I have a form in which I need to have a check box, but when the box is not checked I need it to show up as "N/A", is that possible?
    I have tried using a dropdown box instead. Making one of the options a capital "P" and setting the font to Wingdings 2 makes it appear as a check. This however makes it impossible for me to type in "N/A" as the other option because the font is set to Wingdings 2!
    Any help would be greatly appreciated
    I am using Adobe Acrobat X Pro on Windows 7
    Thank you
    Clint

    Have you ever seen a paper form work this way?
    Have you ever seen an electronic form work this way?
    You can have a text field next to the check box that show "N/A" when the check box is not selected.
    Or if you like to do a lot of coding, use a check box and then overlay the check box with a text box to display the "N/A" and you can work out how switch between the 2 fields if one wants to uncheck the item.

  • I need to know how to put a photo in a box with text under photo, so they all will move in page

    I need to know how to put a photo in a box with text under it, so they move together in a page of text.

    The Acrobat SDK might be a starting point.
    From there, perhaps a plug-in (built with C+).
    Perhaps with a licensed release of a PDF Library (this could be $$).
    The viable and cost effective alternative is use the tried and true.
    Authoring in an appropriate authoring application with appropriate tag management.
    Example:  Adobe InDesign; Adobe FrameMaker or MS Word with PDFMaker (comes with install of Acrobat).
    This way you place "Alternative Text" when mastering content in the authoring file.
    Going the route and with some look-see (research) you may find programmatic approaches to placing the alt txt in the authoring file.
    Note: as discussed in the Matterhorn Protocols there is no programmatic method that provides a fully accessible PDF (specifically, that is an ISO 14289-1, PDF/UA-1 compliant PDF).
    Regardless, here you have a sub-forum for discussions on Acrobat usage.
    Consequently discussions on/of 3rd party software is rather out of scope eh.
    Be well...

  • How to create the Check box and Text Area inside the Assignment block

    Dear all,
            I am new to web UI development. my requirement is to create the Check box and Text box in the Assignment block. Can anyone help me to do this requirement.
    Thanks & Regards,
    Ashok.

    Hi,
      Please place the below code in the GET_P methods of the fields.
      For Text Area 
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_textarea.
      ENDCASE.
    For Check Box 
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_checkbox.
      ENDCASE.
    Regards,
    Lakshmi.Y

  • Clone Stamp in CS2 - Aligned check box

    While using the Clone Stamp tool in CS2, the "Aligned" check box continually checks itself.  I un-check it, but while I'm painting, I find that it has checked itself again.  During a large painting job, this can happen multiple times.  Very annoying!  Does anyone know how to keep it from doing this?

    That's a "feature", i guess.
    In other words, holding down the Alt key and double clicking turns on Aligned even if ii's off, so either your working extremely fast and inadvertly double clicking with the Alt key down
    or your double click speed settings for your mouse are set too Fast.

  • How to enable a check box using the table LVC_S_FCAT

    hi,
    I am working on reports. I have to have a check box and i am using the table LVC_S_FCAT to get the check box, i am getting the check box. how to enable it.

    Hi Preethi,
    try to set default the check-box with the
    value '0', '1', '-', ' ' and 'X' (0/1 -> only display,
    '-' field is not shown, ' ' and 'X' is normal)
    and see the differences.
    Hope it helps.
    Regards, Dieter
    Sorry, i thought you meen enable not editable.
    Message was edited by: Dieter Gröhn

  • How to get a check box on the selection screen

    Hi all
    can any body tell me how to get a check box on the selection screen

    parameter: pa_check   as checkbox.
    To define the input field of a parameter as a checkbox, you use the following syntax:
    PARAMETERS <p> ...... AS CHECKBOX ......
    Parameter <p> is created with type C and length 1. In this case, you may not use the additions TYPE and LIKE. Valid values for <p> are ' ' and 'X'. These values are assigned to the parameter when the user clicks the checkbox on the selection screen.
    If you use the TYPE addition to refer to a data type in the ABAP Dictionary of type CHAR and length 1 for which 'X' and ' ' are defined as valid values in the domain, the parameter automatically appears as a checkbox on the selection screen.
    REPORT DEMO.
    PARAMETERS: A AS CHECKBOX,
    B AS CHECKBOX DEFAULT 'X'.

  • How to keep a check box in script

    hi
    how to keep a check box in script

    Hi,
    go to sapscript editor
    Change the editor to 'PC Editor' and take the menu.
    Include -> Characters -> SAP Symbols
    whether this will not be visible in the print preview.
    other wise..
    Just keep it like <697> in your text element.
    Telephone <697> : &W_TAB-TEL&
    Corresponding symbol will be printed in the paper.
    Note: It will not be displayed in the print priveiw.
    Regards,
    Shiva k

  • How to create a check box that can be unchecked

    How do I create check boxes that can be checked and the unchecked in Forms Central?
    For example, if you accidentally check a box - you want to uncheck it. Right now it doesn't allow you to do that.
    please help.
    Thanks
    Gen

    Are you sure you're not using radio buttons? Check boxes behave the way you'd expect for me with a form generated by FormsCentral.
    I'm going to move this to the FormsCentral form since the team there may want to take a look at the form.

  • How can I take check box in particular cell of the table in smartforms??

    Hi experts,
       pls tell me how can I take check box in particular cell of the table in smartforms??
    It is not interactive form.
    I hv taken small windows as check boxes.but i think it is not a proper solution....give me another solution...

    Hi,
    first create text for a particular cell.
    In that we have a  text editor  in that text editor we have symbols in include menu.
    whatever the symboll u want to put to ur cell . just assign it.
    please check it. if it helpful reward points.
    regards,
    satish.

  • Check Box With Tick Mark on Sap Script

    Hello All,
    We need to add a check box with tick mark on Sap Script.Please can anyone let me know how can we add it.
    Regards
    Amruta

    hi amruta,
    The soluti as an image into on to your problem can be to use the symbol icon as told , but this may show in preview not in print.
    I too faced the same problem.
    So what i had done is created a new window with the diemnsions of the chekc box with border thcikness 8 tw and inside that window place a checkmark symbol.
    if this checkmark symbol also does not show up in print preview/  doesshow in print preview and not in print then you can scan a chekcmark image and upload it into business document server as a BMP/ TIFF image and use this image in your checkbox window.
    Hope this solves your problem.
    Warm Regards
    Venugopal.T

  • Check boxes with submit

    Hi
    Is it possible to have check boxes with submit in APEX like selected list with submit.
    The requirement is as follows
    we have different systems and under each system there are number of applications.
    The systems and applications should appear as checkboxes to select.
    If I select a particular checkbox for a system, list of applications under that system should appear in form of checkboxs.
    secondly, I should also have an option for selecting multiple systems and multiple applications.
    Can anyone advice me how this can be achieved.
    Thanks.

    in HTML Form Element Attributes of your CHECKBOX put:
    onClick="javascript:doSubmit(CHECK_BOX_CLICKED');"
    Hope this helps...

Maybe you are looking for

  • How to get all the values from the dropdown menu

    How to get all the values from the dropdown menu I need to be able to extract all values from the dropdown menu; I know how to get all those values as a string, but I need to be able to access each item; (the value in a dropdown menu will change dyna

  • Transfer of WBS to Operative Structure

    Dear Experts. I have come across a unique scenario where i have a WBS element which is carrying actual cost and commitment cost in it. Now the user needs this WBS element to be transfered to other operative project. Do we have any way where we can tr

  • Call *.jar inside the trigger (MS SQL)

    Hi! I'm just looking around google and can't find any good news.. The problem is: how to call *.jar inside the trigger. Trigger is stored in M$ Server. Tnx, if any response! ;)

  • Line-in Encoding Keeps Stopp

    Hey guys, first post so go easy on me ?I'm having trouble with my line in encoding on the Zen Nano Plus. Unlike most of you, the problem isn't the quality of the recording, but rather it keeps stopping. For the first few minutes, there is no problem,

  • Can't download firefox, keep getting error

    When trying to download mozilla firefox, I keep getting the error message that internet explorer can not display the page. I did a diagnostic test on the computer and cannot find anything blocking the download on my end. What do i need to do to acces