1

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

2

see the examples... you must give the width for all TH and TD in the table
Ancien pseudo : lolo

3

Thank you,
and what about the height?

4

the same thing on the TR
Ancien pseudo : lolo

5

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 ...

6

no, sorry... if a TR expand, it will expand the table (as for TD width)
Ancien pseudo : lolo