why my html table is getting out of my div?
- by Arindam Das
i have a html table inside a div but the table is getting out of the div's width, here is what i am doing :
<div style="width: 920px">
<table style="width: 100%;">
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</div>
this is not working