When ever you create a table, it is automatically indented inside the web page. Is there any way you can have the table borders flush against the page borders instead of being indented. If so what command do I have to set on which tag?
<Table STYLE="position:absolute;left: 0px">
<tr>
<td>This should be the same distance from the top
as normal but right next to the left side of the browser.
To make the top be even, put top:0px; right after the left:0px; </td>
</TR>
</Table>
One thing to remember when using that, is that you must "pad" the remaining page with enough <br>'s to counter the height of the table.
Using margin:0 px; instead of position:absolute;left: 0px has worked in the past. I don't know why it won't right now. but you can experiment with that, too.
Rick It's a pleasure to know that I've helped you. If I have,
please click the link below to let me know.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.