Edit the “View as Web Page” Message

Last update: 2023-07-21

If you need to edit the “View as a Webpage” text, here’s how.

NOTE

Admin Permissions Required

Edit the “View as Web Page” Message

  1. Go to the Admin area.

  2. Click Email.

    CAUTION

    The following variables are critical. Don’t delete them!

    %mkt_webview_url%?mkt_tok=##MKT_TOK##

    The second part ##MKT_TOK## is the munchkin cookie of that person. It makes sure they get cookied appropriately when they click the link.

  3. Edit the View as Web Page HTML and View as Web Page Text versions to your liking and click Save Changes.

CAUTION

Be sure to avoid:

  • Adding additional URLs to either of the HTML boxes
  • Putting HTML in the text version

There you have it. Send out test emails to ensure formatting.

Default “View as Web Page” Text

If you ever need to revert to default system “View as Web Page”, copy/paste the following:

View as Web Page HTML:

<pre data-theme="Confluence"><div style="text-align: center"><font face="Verdana" size="1">To view this email as a web page, <a href="%mkt_webview_url%?mkt_tok=##MKT_TOK##">click here</a></font></div></pre>

View as Web Page Text:

To view this email as a web page, go to the following address:
<pre data-theme="Confluence">%mkt_webview_url%?mkt_tok=##MKT_TOK##</pre>

That’s it!

On this page