mypdf Le 22/03/2009 à 16:08 Hello
I have a problem with table width, if i set it to 70% it doesn't take it as such, but rather 100%
the same issue also with height, whatever i specify the height, it takes the max of the content...
[code]
<table style="width: 70%; height:100mm;">
[/code]
thank you
Spipu Le 22/03/2009 à 19:37 see the examples... you must give the width for all TH and TD in the table
mypdf Le 22/03/2009 à 20:10 Thank you,
and what about the height?
mypdf Le 23/03/2009 à 08:25 Can't i make one height for all the table, I mean sometimes some TRs shrink, others expand, but as a whole the whole table should stay at X mm ...
Spipu Le 23/03/2009 à 10:40 no, sorry... if a TR expand, it will expand the table (as for TD width)