Skip to main content
britton_walker
Helper ⭐️
January 17, 2017
Solved

How can I edit the size of a report within an email template?

  • January 17, 2017
  • 3 replies
  • 119 views
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>
Best answer by manu_mittal
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:

      

3 replies

manu_mittal
Gainsight Employee ⭐️
Gainsight Employee ⭐️
January 18, 2017
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:

      

britton_walker
Helper ⭐️
January 18, 2017
That did the trick!

Thanks Manu.
christine_vincent
Contributor ⭐️⭐️
June 29, 2017
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?