Frequently Asked Questions

Help Center Search

Modifying Subscription Links

Print this Article
Comment on this Article
Last Updated: September 4, 2008 1:51 PM

You can modify the HTML code for subscription hyperlink options in Express Email Marketing, giving them a customized appearance. Common modifications include changing the button image or text associated with the hyperlink, and you can modify other attributes, such as your branding and message.

To modify your subscription hyperlink, you must have access to edit your Web pages. If you're not familiar with modifying HTML code, you may want to consult a Web designer.

CAUTION: When modifying your subscription hyperlink, do not modify the URL that links visitors to your Subscription Management page.

Your subscription hyperlink options are:

Text

Creates a text subscription hyperlink. To customize it, edit the content within the A HREF tag.
For example, <a href="https://app.quicksizzle.com/takesurvey.aspx?sfid=6">Subscribe to the Company Name newsletter</a>.

Button

Creates a subscription button. To modify it, change the URL for the IMG SRC tag.
For example, <IMG SRC="https://app.quicksizzle.com/images/signup.jpg" BORDER=0 >.

Text, Button, and Disable Sign-up form

Creates a graphic with text field and link. This has three customizable options:

  • Modify the text 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>.
  • Modify the image by editing the IMG SRC tag to direct to a specified image.
    For example, <INPUT TYPE=IMAGE SRC="https://app.quicksizzle.com/images/signupbutton.jpg" ALIGN=ABSMIDDLE BORDER=0 />.
  • Disable the sign-up form by changing the value of the INPUT tag to VALUE="TRUE".
    For example, <INPUT TYPE=HIDDEN NAME=SkipSurvey VALUE="FALSE" />.