Online Consultant

Tips
Get tips on here for your website, related to all UWB software versions
Subscribe to new posts
Post Icon
TinyMCE Removing Empty <span> Elements - How to Fix

I was trying to create a modern browser mockup in TinyMCE with three colored circles like this:

Code: Please login/register for access

…but TinyMCE kept removing the empty Code: Please login/register for access elements.

The issue: TinyMCE automatically strips empty inline elements, even if they have classes. There’s no config option to allow truly empty spans globally.

✅ The reliable fix is to make each span non-empty, but without showing any visible text. Use a zero-width space (Code: Please login/register for access) like this:

Code: Please login/register for access

  • Code: Please login/register for access is invisible, so your CSS circles still render.
  • TinyMCE now sees the span as non-empty, so it won’t strip it.

This is the standard approach for decorative elements in TinyMCE.

You can check out the finished product on our homepage :-)

Official UWB Support Team! Contact us directly here!

Similar Topics
 
Topic / Topic Starter
Rating
Last Post
Replies
Views
Forum
Post Icon
-
Post Icon
Re: How do i make a post button for the forum?
4 years ago
1
134853
Post Icon
-
Post Icon
Re: Can I add javascript with UltimateWB software?
7 years ago
1
68135
Post Icon
-
Post Icon
Re: Web Hosting SSL types, Premium SSL, Domain and Company validated
9 years ago
5
129144
Post Icon
-
Post Icon
UltimateWB Full Version 3.8 Upgrade Released!
10 years ago
0
95838
Post Icon
-
Post Icon
Upgrade! UltimateWB Full 6.2 upgrade for built-in social apps optimization
5 years ago
0
76689
Report forum post by:
Report a concern
Comments: