Hi there @tslyons,
Unfortunately, you can only choose one in the Email body type. You might need to format your email body to full HTML for more flexibility.
Hopefully, this helps.
Thank you, Ken. A few <p> and <br> tags and I’ve got the mail formatted to my liking, but for some reason the src= address of the logo isn’t being picked up. To get a web address we uploaded the logo to our web site home page - from a right click on the image, the URL of the logo is
http://www.nafasiproject.org/uploads/3/2/0/2/32023377/nafasi-logo_orig.png
The URL fails to load in the try-i-yourself window @ w3schools, though it loads fine from my Chrome browser.
<!DOCTYPE html>
<html>
<body>
<h1>The img element</h1>
<img src="http://www.nafasiproject.org/uploads/3/2/0/2/32023377/nafasi-logo_orig.png" alt="Nafasi logo" width="500" height="600">
</body>
</html>
I’m not sure where to look for the HTML failure to load (logs of some type?)
Any idea what’s wrong or how to troubleshoot it? I very much appreciate your help.