PDFreactor:3.0.3311 (2008-07-07)
edit-on Pro:5.2.221 (2008-06-23)
edit-on JavaBean SDK:5.3.310 (2008-10-24)
TYPO3 Extension:2.0.2 (2007-06-14)
1.8 Is it possible to reduce the vertical spacing between <p> tags?
The vertical spacing can be reduced using style sheets, e.g.:
p {
margin-bottom: 1px; margin-top: 1px;
}
back to overview