Guest User

Untitled

a guest
Mar 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ##The code is a fix to manage the email background image issue in Outlook
  2.  
  3. <!--[if gte mso 9]>
  4. <v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style='behavior: url(#default#VML); display: inline-block; position: absolute; width: 374px; height: 246px; top: 0; left: 130px; border: 0; z-index: 1;' src="/imgs/myPhoto.png" />
  5. <v:shape xmlns:v="urn:schemas-microsoft-com:vml" id="theText" style='behavior: url(#default#VML); display: inline-block; position: absolute; width: 374px; height: 246px; top: -5; left: 125px; border: 0; z-index: 2;'>
  6. <div>
  7. <![endif]-->
  8. <table style="background: /imgs/myPhoto.png”>
  9. </table>
  10. <!--[if gte mso 9]>
  11. </div>
  12. </v:shape>
  13. <![endif]-->
Add Comment
Please, Sign In to add comment