This table is not printing properly
<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