将页面分割为报表

将页面分割为表格htmlbodytable border0 width100% cellpadding10trtd width50% val

将页面分割为表格
<html>
<body>

<table border="0" width="100%" cellpadding="10">
<tr>

<td width="50%" valign="top">
This is some text. This is some text. This is some text. This is some text. This is some text.
</td>

<td width="50%" valign="top">
Another text. Another text. Another text. Another text. Another text. Another text. Another text.
</td>

</tr>
</table>

</body>


</html>