Is there way to remove the automatic padding that occurs top and botom when you add text to a cell. No mater how small the text the cell doesnt see to go below a height of 20 pixels
Printable View
Is there way to remove the automatic padding that occurs top and botom when you add text to a cell. No mater how small the text the cell doesnt see to go below a height of 20 pixels
add to table properties
CELLPADDING=0 CELLSPACING=0
thanks, i checked my style sheet as i had set this to zero and found another style conflicting with this.