heml icon indicating copy to clipboard operation
heml copied to clipboard

Horizontal scrollbars in Outlook

Open beckjo opened this issue 7 years ago • 2 comments

Hi Does anyone also get horizontal scrollbars in outlook? I'm currently testing on outlook 2016 and outlook 2010. The scrollbar also appears if I take the example code from the heml online editor (https://heml.io/editor). image001

beckjo avatar Feb 19 '18 13:02 beckjo

I think this comes from width:100%; What worked for me was to set the width of the body to 99% in the head, style-tag

<style> body { width:99%; } </style>

ingomc avatar Mar 14 '18 11:03 ingomc

Thanks for your feedback. In my case I need to set the 99% to the body "style", the bodyTable "with" and "style" attribute.

beckjo avatar Mar 20 '18 14:03 beckjo