Re: CORRECTION: change to box-packing algorithm?

Andrew Kohlsmith <[email protected]> Wed, 7 Apr 2004 09:32:51 -0400
Newsgroups gmane.comp.java.xwt.core
Organization Benshaw Canada
Message-ID <[email protected]>
> <box cols="1">
> 	<box height="200" />
> 	<box height="100" align="bottom" />
> 	<box height="200" />
>         <box height="100" align="top" />
> </box>
>
> That'll still be:
>
> b1b1      b3b3 b4b4
> b1b1 b2b2 b3b3

You had me worried for a moment there...  at least until I hit 'x' in my MUA 
to toggle monospaced fonts.  :-)

-A.