The plooper
New member
Say I have three lines as follows;
<img border="0" src="assets/compose_message.png" width="16" height="16" title="Name: name1">
<td><center>7/26/2009 10:07:44 AM</td></center><td><center>
<img border="0" src="assets/compose_message.png" width="16" height="16" title="Name: name2">
I want to and change it into as follows;
name1
name2
is there anyway I can do this with HTML coding?
<img border="0" src="assets/compose_message.png" width="16" height="16" title="Name: name1">
<td><center>7/26/2009 10:07:44 AM</td></center><td><center>
<img border="0" src="assets/compose_message.png" width="16" height="16" title="Name: name2">
I want to and change it into as follows;
name1
name2
is there anyway I can do this with HTML coding?