2 images on same line placed on opposite sides of form?

  • PacificOffice
    Asked on January 20, 2017 at 12:59 PM

    I am creating a new form and need to place 2 company logos on it on the same line which I can do but I need one on the left side of the form and one on the right side. Is this possible to do?

  • Jan
    Replied on January 20, 2017 at 2:32 PM

    It is possible to align 2 images in a single line. You just need to use the "Shrink" function and align the 2nd image to the right.

    1. Insert 2 logos using the "Image" tool.
    2. Right click on the 1st image and then choose "Shrink".
    3. Right click on the 2nd image and then choose "Shrink".
    4. Select the 2nd image and click the "Align" button. Choose "Right" alignment.
    5. Save the changes and preview the form.

    Here's a screen capture:

    2 images on same line placed on opposite sides of form? Image 1 Screenshot 30

    Here's the result:

    2 images on same line placed on opposite sides of form? Image 2 Screenshot 41

    Hope that helps. Thank you.

  • PacificOffice
    Replied on January 24, 2017 at 2:20 PM

    This is exactly what I tried and it does not work. Both images are on the left side. I figured it might be a 4.0 thing so I just tried reverting the form and its still doing it. I linked the form in the original question so you can see it.

     

    Edit:
    I figured it out. If you go into the advanced designer and enable form columns then this works.

  • Jan
    Replied on January 24, 2017 at 5:16 PM

    I understand that you are using Form Builder Version 4. Please follow the steps below:

    1. Click the "Form Designer" button at the right side.

    2 images on same line placed on opposite sides of form? Image 1 Screenshot 30

    2. Go to the "CSS" tab and paste the CSS code below:

    li#id_9 {
    float: right;
    }

    2 images on same line placed on opposite sides of form? Image 2 Screenshot 41

    3. Click the "Save Changes" button when you're done.

    Hope that helps.  Thank you.

  • PacificOffice
    Replied on January 24, 2017 at 5:41 PM

    Ok thanks that might be a better solution as mine created a few more headaches.