But if I have two font tags :
<font color=#09900> and <font color=#09900> in the same text. I want to change the first in : <span class=aaa> and the second in <font class=b>. I should change at the same time the <font color=#09900> and </font> in the desired tag.
How can i do that ? A simple str_rplace chang all my </font> in one time.
Where can i found an algorithm to do that ?
Maelvon