- From: Ma, Guozhong <GMA@atcc.org>
- Date: Wed, 7 Aug 2002 13:36:32 -0400
- To: "'www-html@w3.org'" <www-html@w3.org>
> To Whom It May Concern: > > In the examples from your web site (pasted below), it seems to me that the > functionality of <row> and <column> should have been switched. That way, > to me, it is more meaningful. > > Thanks. > > Guozhong Ma, Ph.D. > National Stem Cell Resource, ATCC > 10801 University Boulevard > Manassas, VA 20110 > Phone: 703-365-2743 > > > > > > 2.8 Examples > All these examples assume at least a surrounding <frames > xmlns="http://www.w3.org/2002/06/xframes"> element. The id attributes have > been omitted from the frame elements for clarity. > To place two documents next to each other, you specify > <row><frame/><frame/></row> > To put two documents one above the other, you specify > <column><frame/><frame/></column> > To specify a layout that looks like the following > ------- > | | | > |---| | > | | | > ------- > you specify > <row> > <column> > <frame/> > <frame/> > </column> > <frame/> > </row> > A layout like > ------- > | | | > |-------| > | | > ------- > you specify as > <column> > <row> > <frame/> > <frame/> > </row> > <frame/> > </column> >
Received on Wednesday, 7 August 2002 13:36:33 UTC