|
Posted by Harlan Messinger on November 19, 2006, 12:26 am
Please log in for more thread options
yawnmoth wrote:
> Say I had a cellpadding of 3 but that for a single row in the table, I
> wanted a cellpadding of 0. Any ideas as to how I might go about doing
> this - as to how I might go about changing the cellpadding midway
> through a table and then restore it after that row?
If you use CSS for formatting, as you should, you can set a general rule
for the cells of a table, and override it with another rule for a
specific class assigned to the cells you want to treat differently. In
HTML, forget about it.
|