Hi All,

I need assistance in manipulating below string.

<FONT size=4>This is my line 1<BR><BR><FONT style="BACKGROUND-COLOR: #ffff80">This is my line 2</FONT></FONT><BR>

Output should be:

string l1=This is my line 1;

string l2 = This is my line 2;

Pl' note length of each string may vary.

Thanks,

Nilesh