fit the entire page?

admin

Administrator
Staff member
i had created a table... i want to fit this table from the top left ..?<br />
<br />
e.g.<br />
<br />
---------------------------------------<br />
//space here//<br />
************************<br />
* *<br />
* *<br />
* *<br />
* *<br />
************************<br />
<br />
so i want to make it no space in between to become ..<br />
<br />
---------------------------------------<br />
************************<br />
* *<br />
* *<br />
* *<br />
* *<br />
************************<br />
<br />
may i know how to do it?<!--content--><style><br />
body{<br />
margin:0px;<br />
padding:0px;<br />
border:0px;<br />
}<br />
table.tab{<br />
width:100%;<br />
margin:0px;<br />
}<br />
</style><br />
...<br />
<table class="tab"><br />
...<!--content-->
 
Back
Top