in reply to Re^2: HTML tabular format data display
in 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>
If that's not the format you want, please describe what output you're trying to achieve.
|
|---|