Consistent branding across all your website pages is important, so why not implement the below into your emails?
< link rel="Shortcut Icon" href="*IMAGE LOCATION*" / >
Inserting this small line of code into the header of your HTML emails will ensure that when your customers click the “View in browser” button they are taken to the HTML view page which has your logo next to the title text.
For example:
< head >
< link rel="Shortcut Icon" href="http://www.redeye.com/favicon.ico" />
< /head >
By implementing this, your browser view pages can look like the first tab. Where there is no allocated icon or detailed title information, your page may look like the second tab:
The icon image will need to be hosted on a web server (rather than being loaded into Contour), to ensure that this is picked up correctly on the page.
Linking to your existing favicon is ideal. We would recommend using an ico file, as although gif’s, png’s, etc. can be used, they are not always compatible in Internet Explorer browsers. The dimensions of your icon can vary, however 32px x 32px tends to be the average.
This is a small but simple way to ensure that your branding is both coherent and uniform across all of your pages.