Modifying Subscription Links for Express Email Marketing
If you use Express Email Marketing® to host and publish your sign-up form, you can modify the HTML code for the sign-up link on your site to give it a customized appearance.
Common modifications include changing the button image or text for the link. All you need is access to edit your Web pages and a little bit of basic HTML knowledge.
NOTE: When modifying the link, do not modify the URL that links visitors to your Subscription Management page.
Here's a breakdown of how the sign-up links are formatted, along with suggestions for what you can update:
Text Links — To customize the text link for your sign-up form, edit the content within the A HREF tag. For example:
<a href="https://app.expressemailmarketing.com/Survey.aspx?sfid=1">Subscribe to our newsletter!</a>
Buttons — To change the button that links to your sign-up form, change the URL for the IMG SRC tag to point to the image you want to use. For example:
<IMG SRC="https://app.expressemailmarketing.com/images/signup.jpg" BORDER=0 >
Email Input — To customize the email input form that lets Contacts enter their email address, you can:
- Customize the text that displays by editing the content contained within the FONT tag. For example:
<FONT SIZE=-1 FACE=arial, helvetica><STRONG>Register for Company Name email updates</STRONG></FONT>
- Change the image by editing the IMG SRC tag to point to the image you want to use. For example:
<INPUT TYPE=IMAGE SRC="https://app.expressemailmarketing.com/images/signupbutton.jpg" ALIGN=ABSMIDDLE BORDER=0 />