[thelist] Tables and things

Ken Kogler ken.kogler at cph.org
Mon Jul 15 13:49:27 CDT 2002


> will that enforce the 1% limit? or will
> that just say "make this as narrow
> as possible"?

It will tell the browser to squish that column to 1% of the window width,
**BUT** if you put NOWRAP in there, then the 1% width column will be forced
to stretch to fit the content.

This...
+--------------------+-------+
|        99%         |   1%  |
+--------------------+-------+
|                    |   this|
|                    |     is|
|                    |   what|
|                    | nowrap|
|                    |   does|
+----------------------------+

becomes this...
+---+------------------------+
|99%|           1%           |
+---+------------------------+
|   |this is what nowrap does|
+---+------------------------+

I love ASCII art. :)

HTH!
--ken




More information about the thelist mailing list