【发布时间】:2010-10-24 21:02:20
【问题描述】:
此表打印不正确
<tr height="95%">
<td width="100%">
<div id="placeSchedule">
<table bgcolor="red" width="100%" height="100%" border="1">
<tr>
<td>
xyz
</td>
</tr>
</table>
</div>
</td>
</tr>
> because of this <div> tag, my table
> under <dig> tag is not printing
> properly,, i am using AJAx here.. to
> overwrite things under <div> tag.. so
> please temme any alternative to <div>
> tag
【问题讨论】:
-
预期输出是什么?你得到了什么?
-
介意指定你真正想要的不被渲染的东西吗?