problem with cell padding

Added by Аз Есмь 11 months ago

hello,

i want to pad all cells in a WTable. if i add "td {padding: 5px}" to my css file then it leads to a strange behavior within WBorderLayout: setting its spacing to zero in fact gives different non-zero spaces between the items.

is there a way to pad all the cells in one go while having zero spacing in WBorderLayout?

thank you.


Replies (2)

RE: problem with cell padding - Added by Koen Deforche 11 months ago

Hey,

You could upgrade to 3.2.2 which implements layout no longer using tables.

You could also narrow down your CSS rule, using descendant selectors, of even child selectors (if you do not care about IE6.

Regards,
Koen

RE: problem with cell padding - Added by Аз Есмь 11 months ago

thank you, Koen. it worked.

(1-2/2)