This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: HTML table structure


I'm not sure I'm clear about the output you 
want: 
[snipped from Brad Miller July 03, 2002 9:51 AM]
> The structure of the XML doc is very similar to the table 
> structure but I need to add a rowspan to the end result.
> Everytime I convert it it comes out as 3 rows instead of a 
> cell on the left spanned across 2 rows on the right.

This sounds like you want the first cell to span down through 
three rows, but the 2nd cell in all three rows are separate. 

If that's true, then the HTML you are outputting doesn't 
tell IE to do that. You need a rowspan attribute on the td 
that is spanning rows. 

So change the line: 
<td valign="top" align="left" width="200" bgcolor="blue"
 rowspan="3">

Sara


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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