Skip to main content
I need to enlarge a report within an email that I am sending through copilot. The text currently stretches across the entire email while the report only takes up about half the email width. I have zero experience in HTML, but I believe that is where I can make the necessary change. Can someone help me identify which element on which line I need to edit? or even just point me to a good HTML learning resource?





I believe this is the section of code I'll be looking in:





  <div style="box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; margin: 0px;">    </div>


    <img alt="" width="580" src="cid:905a5f60-f92c-4b16-a6fd-0cd1c477dcd2" style="border: 0px; box-sizing: border-box; vertical-align: middle;">


    <div style="box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; margin: 0px;">


    </div>


  </div>


  <div style="box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; margin: 0px;" >


    <br style="box-sizing: border-box;">


  </div>


  <div style="box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; margin: 0px;" >


    <br style="box-sizing: border-box;">


  </div>


</div>
Thanks for posting, Britton. The simplest way to make sure your reports occupy enough width is to update the canvas size to around 900px, like so:





      


That did the trick!





Thanks Manu.
Any tricks for making the report longer? I have a report that includes top 20 users and when I test the report via copilot, the report doesn't display every name, seems to do every other one due to size I'm guessing.  Am I able to resize the report so that the graph includes all 20 names?

Reply