PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Image Placement Question

  1. Hi

    Is there a way to insert an image into the form and have it placed on the RHS of the page - so that all the form boxes run down the left ?

    In effect splitting the page in two - with all user input on the left and a nice pretty picture on the right ?

    Thanks

    Simon

    Posted 13 years ago on Thursday February 17, 2011 | Permalink
  2. Any reason you NEED to have the image in the form content? It seems like it would be easier to just embed the form on the left side of your page and then have an image in the content that you float to the right on the page.

    You could always use the inline HTML blocks to add the image markup, then style it so the image floats to the right on the page. Personally, I wouldn't include it in the form content if it wasn't absolutely necessary.

    Posted 13 years ago on Thursday February 17, 2011 | Permalink
  3. Kevin

    How do I embed the form on the left ? I tried to insert the image on the right in the wp page separate to the form but failed miserably

    see the result here http://www.simonrevill.com/contact

    I'm just trying to get it to look like the other site pages

    Thanks Simon

    Posted 13 years ago on Thursday February 17, 2011 | Permalink
  4. It appears in the page content for that page you are outputting the form shortcode first and then the code for the image that you want to appear on the right. Swap them.

    The first thing in the page content should be the image. Then after that insert the shortcode for the form.

    What is happening right now is you have the shortcode for the form, so it is displayed first, and then you have the HTML for the image. So it's appearing exactly as you have set it up to appear. Swap them and the image will be displayed first, aligned to the right, and the form will appear next and positioned to the left of the image as you want it to be.

    Posted 13 years ago on Thursday February 17, 2011 | Permalink
  5. Wow - works a treat - thanks !

    Posted 13 years ago on Thursday February 17, 2011 | Permalink