Online Consultant

Tips
Get tips on here for your website, related to all UWB software versions
Subscribe to new posts
Post Icon
TinyMCE Removing <a id="style" class="anchor"></a> - Why?

I ran into a weird issue with TinyMCE:

I added this anchor to my content:

Code: Please login/register for access

…but TinyMCE removes Code: Please login/register for access automatically. Strangely, if I change the id to something like Code: Please login/register for access:

Code: Please login/register for access

it stays perfectly fine.

Why does this happen?

It turns out that Code: Please login/register for access is a reserved word in HTML and CSS. Browsers treat Code: Please login/register for access as a property (Code: Please login/register for access), and TinyMCE’s cleanup routines try to prevent conflicts. Since your anchor is empty, TinyMCE thinks it might cause issues and removes it.

How to fix it: Avoid reserved words for ids - rename the anchor id to something like Code: Please login/register for access or Code: Please login/register for access, or Code: Please login/register for access like I did.

Summary:
TinyMCE removes Code: Please login/register for access because Code: Please login/register for access is a reserved word. Using a different id prevents this.

Official UWB Support Team! Contact us directly here!

Similar Topics
 
Topic / Topic Starter
Rating
Last Post
Replies
Views
Forum
Post Icon
-
Post Icon
Re: Adding photo to header, editing header
5 years ago
1
67265
Post Icon
-
Post Icon
WordPress blog, "This webpage has a redirect loop" page error
10 years ago
0
44476
Post Icon
-
Post Icon
Re: Listings Directory App: How to increase photo size that can be uploaded to listing?
10 years ago
1
49471
Post Icon
-
Post Icon
Re: Is UltimateWB an open source website builder?
1 year ago
2
85361
Post Icon
-
Post Icon
UltimateWB 5.1 upgrade released for all website builder versions!
7 years ago
0
83544
Report forum post by:
Report a concern
Comments: