hi,
I discovered recently, the hard way, that adding padding-right or
padding-left to a <tdadds to the width of <td>!!
so how do I add left- or right-padding to a <tdwithout adding to the
width of it (short of putting a div inside each <tdand making it a
specific width?)
what's the point of "padding" property if instead of adding just the
specified padding it WIDENS element you're applying padding to????? :(
thank you...
I discovered recently, the hard way, that adding padding-right or
padding-left to a <tdadds to the width of <td>!!
so how do I add left- or right-padding to a <tdwithout adding to the
width of it (short of putting a div inside each <tdand making it a
specific width?)
what's the point of "padding" property if instead of adding just the
specified padding it WIDENS element you're applying padding to????? :(
thank you...
Comment