Unwanted Padding In Table Cell
I have a web page that does not appear as it does in design view. It adds padding around table cells with text boxes in, but nowhere else. I want it without the padding. This is t
Solution 1:
Maybe it's cellpadding directly on the table? look here; try setting that to 0
Maybe it's the browser itself putting some default styling on it - in Chrome, open up inspector (F12
or right click -> inspect element) and there you can see what's being applied to the element.
Post a Comment for "Unwanted Padding In Table Cell"