in a tpl, we have a table with cellpadding="5" this works fine if viewed in a browser alone. If I add this table in a tpl cellpadding="5" is not working at all, any idea what to use
Printable View
in a tpl, we have a table with cellpadding="5" this works fine if viewed in a browser alone. If I add this table in a tpl cellpadding="5" is not working at all, any idea what to use
The css in sencha is resetting the padding to 0. I would suggest that you manage this via css anyway. Any reason why you haven't done that?
Brice
I tried via css first and still did not work, I found a work around, and all is good,
Thanks
It seemed to work when I applied the cellpadding to the specific cell, I was using a table, but have now switched everything to divs and control via css,
thanks