in reply to Re: HTML tabular format data displayin thread HTML tabular format data display
That is an HTML table:
<table border="1"> <tr><td>A</td><td>B</td></tr> <tr><td>C</td><td>D</td></tr> </table> [download]
If that's not the format you want, please describe what output you're trying to achieve.