Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I don't understand your "Venn Diagram" explanation. Are you wanting the image behind the text? If you mean wrapping around the image, you can do this: Instead of cells of a big table, put the imag...
Answer
#1: Initial revision
I don't understand your "Venn Diagram" explanation. Are you wanting the image _behind the text?_ If you mean wrapping _around_ the image, you can do this: Instead of cells of a big table, put the image into its own table and `align="right"` the table. Then text will reflow around the table (even in yucky Outlook versions), just like it would if you had `style="float: right;"` it.