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
Fix for: Placeholder Texts not working
11 years ago
0
42305
Post Icon
-
Post Icon
How to easily manage your website styles and update/re-update!
11 years ago
0
90978
Post Icon
-
Post Icon
CSS Tricks - How to create triangles with just css
10 years ago
0
45610
Post Icon
-
Post Icon
UltimateWB 5.4 upgrade released for all software versions!
7 years ago
0
125406
Post Icon
-
Post Icon
How to customize the login & register buttons in UltimateWB Full upgrade 7.52
4 years ago
0
100275
Report forum post by:
Report a concern
Comments: