I have asked this before and was told that I needed to edit the table in the Default.css. However I need tighter line spacing than the 0px padding is giving me.
At 0px padding the table looks like this.
I need the line spacing like the below from our FormScape project.
Suggest to leave the Default.css as is and overwrite styles using a CSS rule in a different stylesheet file.
First I would verify the CSS rules and properties in play. This can be done by placing the cursor in a cell (or selecting the cell) and invoking the Styles panel (next to the Attributes tab). This panel explains where the formatting is coming from.
In case the padding is derived from the default.css, you should create the same rule (or more specific rule) in a separate stylesheet file and overwrite the respective properties.
Looking at the Styles panel I can see that the padding is from the default.css. Can you elaborate further regarding creating the rule in another CSS. My CSS knowledge is minimal.
Suggest to remove any local formatting from the text in the table cells and add the following CSS rule to the context_print_styles.css stylesheet file.