I would like to place a table <TABLE>...</TABLE> in such a way on a web page that
the margin left of it is exactly 80 pixels. Furthermore the width of the table should be
90% of the rest of the browser window (=the right part except the 80 pixels).
How do I specify these properties in a HTML code?
Ted |