Subject: RE: table column
From: "Fei Zheng" <Fei.Zheng@xxxxxxx>
Date: Mon, 19 May 2003 09:35:20 -0400
|
Thanks Drew!
I put the <td> and the contents of the element inside the conditional statement, the result was a one column table like this.
item1
item2
item3
item4
item5
item6
The layout I wanted was a two column table like
item1 item2
item3 item4
item5 item6
-----Original Message-----
From: Drew McLellan [mailto:dru@xxxxxxxxxxxxxxxxxxxx]
Sent: Sunday, May 18, 2003 6:12 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: table column
Fei Zheng wrote:
> Is there a way to get the correct column layout? Thanks!
You need to put the <td> elements inside your conditional statement. At
the moment the <td> will always be used, and only the contents of the
element are conditional.
--
drew mclellan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- table column
- Fei Zheng - Fri, 16 May 2003 16:08:56 -0400 (EDT)
- <Possible follow-ups>
- Fei Zheng - Mon, 19 May 2003 09:36:29 -0400 (EDT) <=
- David Neary - Mon, 19 May 2003 10:12:00 -0400 (EDT)
- Fei Zheng - Mon, 19 May 2003 10:31:47 -0400 (EDT)
- David Neary - Mon, 19 May 2003 11:08:32 -0400 (EDT)
|
|