change tags in htmlarea.php !!!

change tags in htmlarea.php !!!

Beto Castillo Llaque-mit -
Antal besvarelser: 2

hi, i'm triying to change the <strong> tag  by <b> tag , but i dont find the line in htmlarea.php confuso

i need to remplace this tags:

<strong> by <b>

<em> by <i>

<font color ="      ">  by  <font color='     '>

because this currents tags dont work with flash

please help!!!triste

Gennemsnitsbedømmelse: -
I svar til Beto Castillo Llaque

Re: change tags in htmlarea.php !!!

Janne Mikkonen-mit -
Well, you can't find it because it isn't there. This kind of functionality is provided by browser it self and how it implements "content editable" mode.

So you'll have to create your own method that inserts <b> tag instead of <strong> etc. You also need regular expression that check in every mode change that those tags are converted.