How can the default cell spacing and padding be changed in a table generated by domino.
The following:
is appended in the source and overwrites the style sheet
How can the default cell spacing and padding be changed in a table generated by domino.
The following:
is appended in the source and overwrites the style sheet
Subject: Cell spacing default in DominoTab
You should be able to do this using a stylesheet. Give the table an id, or assign it a class if other elements need this as well. Then build the class in the style sheet:
.tableclassname td{padding: 2px; spacing: 2px;}
The class is applied on the last tab of the table properties.