Hi @Armin-Unruh @mariusjopen ,
I'm trying to insert some glyphicons in the text editor. Using the 'source code' editor in the text function I can get glyphicons to appear - but only if there is a something entered into the span, like this A (it could be anything however, even a fullstop) :
—
<p><span class="glyphicon glyphicon-triangle-bottom">A</span></p>
—
If I leave the span blank like this it automatically deletes my code:
—
<p><span class="glyphicon glyphicon-triangle-bottom"></span></p>
—
How can I solve this because I just want to be able to show icons not characters as well? It seems that to make the span glyphicon appear you need a character value entered in the span tag, which is odd...
If you leave it blank like my second code example it deletes the code and says 'Empty Text'
Any ideas?
Best,
D