I have these situations after import:
<font color="0000ff">yadda yadda yadda ya</font>, and
<font size="+2">yadda yadda yadda ya</font>,
where both color and size end with the same </font>.
How do I substitute </font> with either [ /SIZE ] or [ /COLOR ] in the correct context?
The best idea I could come up with is both the /size /color vB tags in there together, and then find a way to strip out the surplus one later.....?
<font color="0000ff">yadda yadda yadda ya</font>, and
<font size="+2">yadda yadda yadda ya</font>,
where both color and size end with the same </font>.
How do I substitute </font> with either [ /SIZE ] or [ /COLOR ] in the correct context?
The best idea I could come up with is both the /size /color vB tags in there together, and then find a way to strip out the surplus one later.....?
Comment