eTrigue Landing Pages support the use of favicons.
All eTrigue landing pages will have a default icon showing eTrigue, but users can override the default by adding a line of code to their pages.
- Open your Landing Page in DemandCenter.
- Click on Properties in the top right corner, then expand Advanced Properties.
- Under Additional code to include in this landing page's <head> add the following code:
<link href="https://mywebsite.com/image.ico" rel="icon" />
The "href" value should be replaced with the full URL path to your icon file. If you would like to host the icon file with eTrigue, go to Assets > Content and upload your icon file in your Content Manager.
Note - It is recommended that users follow standard guidelines for creating icons.
Once the image file has been uploaded, grab its URL from the Content Manager and use that for your "href" path, noted above. - Save your page.