Is it possible to manually create anchor tags in my email?
Benchmark Email provides the anchor tag feature to make navigating your campaigns quick and easy. It is possible to create them manually using HTML, but this will require previous HTML knowledge on your part. You will need to assign names to sections of your email before creating the links to refer to each of those sections. To manually create anchor tags, follow these steps: Locate the block you want the
Automações General Questions setembro 6, 2019
How do I create a bookmark within my webpage and link to it from my email?
Linking your webpage to your campaign is an effective way of increasing traffic to your site. You can do this by placing an anchor tag <a> in the campaign, using either the name or id attribute. To create a bookmark on the webpage: Create and name the bookmark within the page. Example as below: <p><a name="title">Title</p> Save and upload the page to the web. If you have a webmaster, you
General Questions agosto 6, 2018
How can I rename an existing anchor tag within my email?
Click the Edit icon on the section that contains the anchor tag. Click on the Code View button on the left panel. In the code look for the code similar to the following: Change the [name="AnchorOne"] to the name of your choice. e.g [name="AnchorNew"] The entire code will look like this <a name="AnchorNew"><img src="http://www.benchmarkemail.com/images/editor/anchor-cc.gif" vspace="0" border="0" hspace="0"></a> Note: Remember to remove any links that are pointing to the old anchor.
General Questions setembro 6, 2019