And if I want to read more lines as I do ...?

First line

Html:
<td width="80" height="14%" bgcolor="#D7EBFF"><div align="center"><span class="Estilo24"><span class="Estilo31">text1</span></div></td>


Second line

Html:
<td width="59" height="86"><span class="Estilo7">text2</span></td>


third line

Html:
<td height="29" colspan="2"><div align="center"><span class="Estilo5">text3</span></div></td>



fourth line

Html:
<td><div align="center" class="Estilo4"><span class="Estilo51">text4</span></div></td>



And I need to appear like this:

text1 - text2 - text3 - text4

Note that each party is in other lines, not in the same


Is that possible?