This question is locked. New answers and comments are not allowed.
Hello there,
I am trying to use Editor , where I am seeing the HTML output for perticular text in bold,italic and underline is as follows
<strong><em><span style="text-decoration:underline;">aaa</span></em></strong>
where I am expecting like
<b><i><u>aaa</u></i></b>
Any default way I can do this ?
Thanks,
Amol
I am trying to use Editor , where I am seeing the HTML output for perticular text in bold,italic and underline is as follows
<strong><em><span style="text-decoration:underline;">aaa</span></em></strong>
where I am expecting like
<b><i><u>aaa</u></i></b>
Any default way I can do this ?
Thanks,
Amol