On Tue, 07 Dec 2004 12:22:54 GMT, Jan Faerber
<jancfaerber_spider@monkey_hotmail.com> wrote:
: why is <table cellpadding="0"> and <table style="cellpadding:0;"> not the
: same? There is a little 1px margin with css between the table border and an
: image. Are there more such differences?
Whatever you put into the quotes when using "styles" must conform to the CSS
specifications. cellpadding isn't one of them, but padding is. BTW, do you
want to set the padding for the table or the td's??
http://www.w3schools.com/css/css_reference.asp
Sid