Turn off attribute stripping?
Permalink 2 users found helpful
I have a span. I want to 'name' it and 'class' it. I edit the 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?
<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?
or just use "id" instead...