vikramonline
Programmer
<html>
<body>
<table border = "1">
<tr>
<td>First Cell</td>
<td>Second Cell</td>
</tr>
</table>
</body>
</html>
It is a very simple example.But the table always leaves some margins (left,top..).I want to create a table with no such margins.
Any help will be appreciated.
Vicky
<body>
<table border = "1">
<tr>
<td>First Cell</td>
<td>Second Cell</td>
</tr>
</table>
</body>
</html>
It is a very simple example.But the table always leaves some margins (left,top..).I want to create a table with no such margins.
Any help will be appreciated.
Vicky