This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More on several lines in a table cell


I am trying to place a postal address into a table cell.  I have tried a variety
of things, all of which leave me with (as near as I can tell) a single line
that wraps as many times as necessary in order to fit within the width of
the cell.

I have tried a <para> with <address> markup, a <para> without markup, a
<literallayout> without markup, morerows="n".  None of these has produced
adequate results.  Is there anyone that can provide me with some guidance?
I have provided a couple of examples below....

<entry><para>Name
Address
Street
City, State  Zip</para></entry>

<entry><literallayout>
Name
Address
Street
City, State  Zip</literallayout></entry>

<entry><para><address>...
...
...</address></para></entry>

<entry morerows="5"><para>Name
Address
City, State  Zip
phone</para><entry>

Thanks,
Lane.

On Fri, Feb 16, 2001 at 04:32:25PM +0000, madhu Maddy wrote:
> Hello,
> 
> 
> > I'm almost sure this question has been answered in one or another way
> > but I can't find it in the archives. I apologize for the inconveniences.
> > 
> > How can I put several lines in the same cell? I mean:
> > 
> > cell-1 cell-2 cell-3-line1
> >               cell-3-line2
> > 	      cell-3-line3
> > 
> 
> <entry>cell-1</entry>
> <entry>cell-2</entry>
> <entry morerows="3" valign="whatever"><para>cell-3-line1
> cell-3-line2
> cell-3-line3</para></entry>
> 
> but there is no guarantee that the display will be the way you want it.
> May be CSS* should help you out with presentation part i mean the fine
> tuning.
> there is an example in Norm's book (TDG) or in the online version
> ../html/table.html which should give you a better idea.
> 
> regards
> 
> have fun but do take care
> 
> 
> maddy
> 
> 
> ------------------------------------------------------------------
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org

-- 
Lane Stevens
Terrapin Technologies, Inc.
http://www.cycletime.com

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]