My reports are very wide. How can we change their width?

  • gregoirebissonnette
    Asked on February 27, 2015 at 2:07 PM

    Hi,

    I used to see my reports about the size of a standard paper letter. Now they are very wide. Haow can i change This ?

  • Ben
    Replied on February 27, 2015 at 3:50 PM

    Could you please tell us what is the jotform and the report in question so that we can better understand the issue?

    Thank you.

  • gregoirebissonnette
    Replied on February 27, 2015 at 4:59 PM

    Thanks for answering,

     

    The jotform is from gregoirebissonnette, Until yesterday, I could see my reports about the size of a letter and now, it is too wide to print. In other words, is it possible to change the format of a report?

    The form is on the site www.parvisquebec.com

  • KadeJM
    Replied on February 27, 2015 at 6:17 PM

    I think according to your website you might be referring to this jotform here http://www.jotformpro.com/form/50407265910955 perhaps?

    I checked the report you have associated with that form and currently it appears that you are using the HTML TABLES which I see you have several with it.

    The only way to resize them is to grab the iframe code when you view

    My reports are very wide Screenshot 30

    My reports are very wide Screenshot 41

     

    So as an example, I grabbed the first iframe code for your table which looks like -

    <iframe src="https://www.jotform.com/table/50417155675053" frameborder="0" style="width: 100%; height: 100%; min-height: 500px; border:none;" scrolling="auto"></iframe>

     

    And you need to change it to "width" value to fit your needs like this - 

    <iframe src="https://www.jotform.com/table/50417155675053" frameborder="0" style="width: 80%; height: 100%; min-height: 500px; border:none;" scrolling="auto"></iframe>

     

    Please also refer to this guide here https://www.jotform.com/help/209-How-to-create-an-HTML-Table-Listing-Report if your need further help.