读书人

将页面分割为报表

发布时间: 2012-10-08 19:54:56 作者: rapoo

将页面分割为表格
<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>

读书人网 >Web前端

热点推荐