Adding a Logo or Banner Image to Emails
Adding a logo or banner to your webinar emails is a simple way to make them look more professional and on-brand. A strong visual header helps build trust with your audience and can increase engagement.
For best results, we recommend using a banner width of 960 pixels.
Step 1: Upload Your Image
Before you can add an image to an email, it needs to be hosted within webinar.net.
Open the Interface Builder.
Add an Image component.
Upload your logo or banner image.
Right-click the image and select Copy image address.
Save this URL—you’ll need it for the next step.
Delete the Image component from the console
Don’t worry—Removing the component won’t delete the hosted image!
Step 2: Insert Your Image in the Email
Open the email you want to edit and switch to HTML view:
Click the Change mode icon to open the HTML editor.
Paste your HTML code using the hosted image URL from Step 1.
Example: Static Logo/Banner
<p> <img src="https://cdn.webinar.net/interface-images/9524db10-d000-4409-bea3-d398809c42fa.png" alt="Company logo"> </p>
src = the hosted image URL.
alt = descriptive text in case the image doesn’t load.
Example: Clickable Logo/Banner
<a href="https://www.webinar.net" target="_blank"> <img src="https://cdn.webinar.net/interface-images/9524db10-d000-4409-bea3-d398809c42fa.png" alt="Company logo" border="0" width="600" height="150"> </a>
href = the URL you want users to visit.
target="_blank" = opens the link in a new tab.
width/height = adjust dimensions to fit your design.
Step 3: Preview and Save
Click Change mode again to return to the visual preview.
Confirm that your image displays correctly.
Click Save to apply your changes.
It's always best to send yourself a test email by clicking on the blue "Send Test Email" button from within the editor of any email:
For further assistance, contact us through chat or send us an email at support@webinar.net.