html - Combine several font tags by Javascript -


please me!

i`m using ckeditor html text box editor (http://ckeditor.com/) in system.

when choose style text, editor generates several font tags text

<font size="3">     <font color="#ffff00">header</font> </font> 

but system recognized format

<font size="" color="" face=""> 

is possible change behavior ?

my main idea write javascript onchange method editor. in method i`m going parse generated html text , convert necessary format.

could please give advises ? in wrong case, best javascript solution parse generated html ?

thanks advises.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -