Hello,
is there a way to use the font tag inplace of the span tag as output for the ckeditor.
old:
with the font tag:
thanks
is there a way to use the font tag inplace of the span tag as output for the ckeditor.
old:
<p><span style="font-size: 48px;">test</span></p>
with the font tag:
<p><font size="48px">test</font ></p>
thanks

Re: Using Font tag inplace of span
deprecated