Is it possible to create a table, which fills the
visible area of the actual screen window completely,
without any additional background ?
Based on standard HTML 4.0 .
G.Hoffmann
Also, be sure you set your table padding and spacing to zero:
[tt]
<table border="0" cellspacing="0" cellpadding="0">[/tt]
Sincerely,
For tables with fixed pixel width and pixel height
leftmargin and topmargin aligns to the top left corner.
Of course the bottom right corner cannot be aligned.
This is absolutely correct. ---G.Hoffmann
Is that a question? If so, then I guess the answer is that you can align whatever you want wherever you want by nesting tables. If you set your margins to zero, and create a borderless table with width=100% and height=100%, set your align=right and valign=bottom, you can align your fixed dimension inner table to the bottom-right of your screen.
Sincerely,
Tanderso: it has been a statement !
I want to say: IF the table is defined in pixels
and NOT in percentage, THEN it is reasonable,
that bottom right canNOT be aligned.
Then the interesting case is this:
The LAST column and the LAST row is not
defined in pixels but by "Fill to FullScreen".
Is this possible ?
G.Hoffmann
Thanks, lucid:
But can this be done without STYLES ?
I like very much a "reduced instruction set" of HTML 4.0
and anything else is transfered by PDF !
G.Hoffmann
I created a group of nested tables for an interactive portion of my company's website that uses a combination of both widths & heights defined in percentages as well as pixels. It covers the entire screen and works in both netscape & ie. A sample page is located at:
Thanks to everybody.
My basic intention is always to use a reduced instruction
set of HTML 4.0, mainly to stabilize the appearance for all
kind of browsers.
This is a part of a lecture "Internet Programming for beginners".
All graphically well designed documents are then transfered as PDFs.
A simple approach for the problem "How to make a table,which is
defined in pixels, not only aligned Top Left but also Bottom Right"
may be this:
Make the right column and the bottom row - combined with
the whole table - larger than the expected area.
The disadvantage is then: scrollbars appear.
G.Hoffmann
zefir, is there something you did not understand about my post? Your answer to how to align a fixed-pixel table to the bottom-right is clearly laid out.
Sincerely,
Tom: I had printed all messages, in order to use
all the recommendations later.
Your method is certainly OK. I didn´t notice
the nested construction, I thought you were
working with percentage only. ----G.Hoffmann
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.