how to embed onto a image

  • jimk5595
    Asked on July 24, 2014 at 10:29 PM

    I am new to building websites and I am using Dreamweaver and I want to put the form onto an image how do I do that? Also if I don't set a background color on the form will it be transparent

  • Welvin Support Team Lead
    Replied on July 25, 2014 at 5:49 AM

    Hi,

    On the top of an image? If so, you can make the image as the background of the page or why not add it directly to the form as the background? For example:

    .form-all {

    background-image:url('http://www.site.com/image.jpg');

    }

    You have to inject these codes to the form by following this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. You also need to change the image URL from the codes to the actual background image you have.

     

    Please check this guide for transparent backgrounds: http://www.jotform.com/help/87-Making-the-Form-Background-Transparent

    Please get back to us if you need further assistance.

    Thanks