Concrete5.
I have a span. I want to 'name' it and 'class' it. I edit the code HTML and put
<span name='Nameo' class='Classo'>...</span>
I save it and re-edit it. I see
<span class='Classo'>...</span>
Where's my 'name' gone? Is there any way I can tell Concrete5 to leave my name alone?