That didn't quite work, here's how:
<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.
