Hi!
You could try making cellpadding in pixels instead of points: STYLE={cellpadding=1px};
But, you should also use cellpadding on the TABLE statement, because it is an attribute that applies to the table "structure", so like changes to RULES and FRAMES, it goes on the TABLE statement:
table var1,
var2*numvar/
STYLE={cellpadding=1px};
The font_size of one will work on the PROC TABULATE statement, but cellpadding needs to be on the TABLE statement.
cynthia