change tags in htmlarea.php !!!

change tags in htmlarea.php !!!

ໂດຍ Beto Castillo Llaque -
ຈຳນວນການຕອບກັບ: 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

ການຈັດອັນດັບສະເລ່ຍ: -
ໃນການຕອບກັບຫາ Beto Castillo Llaque

Re: change tags in htmlarea.php !!!

ໂດຍ Janne Mikkonen -
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.
ການຈັດອັນດັບສະເລ່ຍ: -