There are 2 steps when adding images to email templates:
Step 1: Upload the File to Events > Content > File Management
- Choose the Upload Site and the Upload Path that match the folder locations that you would like to upload your files. The system default is Public/Custom – this is where most files will be stored. Then choose the appropriate SubFolder from the dropdown.
Step 2: Go to Events > Event Settings > Template Management
- Select the template you want to add the image file to > click on the 'Insert Image' icon in the WYSIWYG editor > click 'Browser Server' to find the file you uploaded in File Management
- Double-click the image file under the correct folder and it will be inserted into your template
TIP: According to the Internet*, the recommended size for email header graphics is 600px width (72 dpi)
Below is a sample table you can insert into the source code to format your email templates. Make sure your image is uploaded to File Management in 600 px width.
<table align="center" border="0" cellpadding="0" cellspacing="0" style="border-right: 1px solid #333333; border-left: 1px solid #333333; border-top: 1px solid #333333; border-bottom: 1px solid #333333;" width="600">
<tbody>
<tr>
<td bgcolor="#FFFFFF"><a href="" target="_blank"><img alt="" src="INSERT IMAGE URL HERE" style="width: 600px;" /></a></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="font-family: Arial, Helvetica, sans-serif; padding-top:20px; padding-right:25px; padding-bottom:20px; padding-left:25px; font-size:13px; color:#666666">
<p class="p1">INSERT BODY HERE</p></td>
</tr>
</tbody>
</table>
*Internet article: https://stripo.email/blog/email-template-size-width-height/