change tags in htmlarea.php !!!

change tags in htmlarea.php !!!

Bởi Beto Castillo Llaque -
Số lượng các câu trả lời: 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

Trung bình điểm đánh giá: -
Để phản hồi tới Beto Castillo Llaque

Re: change tags in htmlarea.php !!!

Bởi 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.