image sizes

  • DippyBoutique
    Asked on April 13, 2014 at 4:42 PM

    Hello... i am making a form with check boxes and two images for each choice... the first few of them are ok, but even though I am not changing the image sizes at all in the code, some of them are coming out ENORMOUS!!!!  can you tell me what im doing wrong....??

    NOTE... things seem to be correcting themselves.... but I would like to know, how can i align all the images, etc, so they  look better on my form???  

    also, I would like to center the text horizontally and maybe make the font bigger.. can that be done??

     

    the form name is ordersheet mens with images... 

     

    Thanks

  • jonathan
    Replied on April 13, 2014 at 7:03 PM

    Hi,

    I suggest instead of the checkboxes you used wherein you have to hard code in the options all the images URL (this is not recommended because it causes issue with the checkbox) -- try the Purchase Order field instead.

    image sizes Image 1 Screenshot 30

     

    here is a sample form I did http://form.jotform.me/form/41026755644455?

    You add the images to it like this

    image sizes Image 2 Screenshot 41

     

    To assign dimensions to the images,I injected this CSS code on the form

    .form-product-details{display: none;}

    .form-product-image {

    height:250px !important;

    width:250px !important;}

    use this guide https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

     

    Hope this help. Inform us if you need further assistance.

    Thanks.