I did what you said and it works Thx alot ;)
Jack -----Message d'origine----- De : Chris Bowditch [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 octobre 2005 17:40 À : [email protected] Objet : Re: Spam:number-rows-spanned problem Rymasz Jacky wrote: > Yes I was thinking of that but if I've got only let's say 2 rows on the right > side, how Do I force the right inner table to fill all the height of the > right column of the outer table? I'm not sure if you can achieve what you want using XSL-FO alone. You could vertically centre the contents of the right hand cell of the outer table, or align it to the bottom of the cell, but then you will have a gap at the top :( If you know the image height and number of row required on the right hand side in advance you might be able to do something in a XSLT stylesheet, along the lines of distributing the heigh of image to equally each cell on the right hand side. Depending on your input XML structure this might be a little tricky though, but should be doable. <snip/> Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
