Knowledge Base Home General Questions How can I rename an existing anchor tag within my email?
How can I rename an existing anchor tag within my email?
- Click the Edit icon on the section that contains the anchor tag.
- On the left panel, click on or in the toolbar of the block, click on the HTML button.
- 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="https://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. Otherwise you will have broken links within your email.
RELATED ARTICLES
None found