get-off-the-table icon indicating copy to clipboard operation
get-off-the-table copied to clipboard

Adding a background image

Open M-J-Robbins opened this issue 6 years ago • 1 comments

Ideally we want to be able to replicate all the features of a CSS background for Outlook.

  • adjustable size
  • adjustable position
  • tiling

M-J-Robbins avatar Aug 31 '17 14:08 M-J-Robbins

I've made some progress here by adding an image inside an mso-element div above our main content.

<div style="mso-element-wrap:no-wrap-beside;text-align:center;mso-element-left:center;"><img src="https://blog.miguelgrinberg.com/static/images/night-sky-photography.jpg"></div>

image

M-J-Robbins avatar Aug 31 '17 14:08 M-J-Robbins