Views: 3.5K
Replies: 0
Archived
|
Table Width/Height should adjust the screen size by applying size in percentageI would like to have width and height of the table same size to body's height and width. Is there anyway to do this? Empty space should be filled to total screen size by applying styles. Thanks, Rajesh <table style="width: 100%; height: 100%">
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
Rajesh Shanmugam, Jun 22, 2011
|