For example, i have something like this:
<i id="text">text</i><br><i>text2</i>
and I want to change it to something like this:
<b>text</b><br><i>text2</i>
so it will keep the <i>text2</i>
but change the <i id="text">text</i>
into <b>text</b>
is that even possible?
` without the ending tag. – nobody Aug 11 '11 at 09:15