当前位置: 代码迷 >> Web前端 >> 将页面分割为报表
  详细解决方案

将页面分割为报表

热度:76   发布时间:2012-10-08 19:54:56.0
将页面分割为表格
<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>
  相关解决方案