How to get rid of this weird HTML tag inside the <style> tags? "<span id="CmCaReT"></span>"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2018 01:37 PM
Do you know how to get rid of these tags? They are currently messing up the styling in our email notifications.
Thanks in Advance.
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2018 08:10 PM
Hi
This is another tag that gets added inside the <style> tags automatically.
"<span id="__caret">_</span>"
These looks like bootstrap drop down list icon tags to me. Could this have any sort of connection for causing this issue? I'm not using drop down lists anywhere in my code.
Thanks,
Jay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 09:54 AM
If they are not creating any issue on the email format, I think you should ignore it
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 01:41 PM
They are causing an issue hence this question. On outlook there are unnecessary hyphens and other characters coming up on emails

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 02:03 PM
If you try to remove from html source code in your notification, does it come back?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 05:46 AM
This is a bug, which happens when you leave the cursor of the code editor inside the CSS code. The <span> tag will be inserted where you left the cursor.
so try keeping cursor in the html tag and save it
Mark my ans as correct if it helps you.