title "Spacing between the Title and the Table Using VSPACE=No";
footnote "Spacing between the Table and Footnote Using VSPACE=No
proc print data=sashelp.class (obs=5);
run;
Close the RTF destination. Close the RTF destination and Open the HTML destination
to return ODS to its default settings.
ods tagsets.rtf close;
ods html;
RTF Output
The vertical spacing placed between the title and the table and the footnote and the table
is determined by the parskip style element.
Output 6.62RTF Output Using Parskip Style Element Spacing
808Chapter 6•Dictionary of ODS Language Statements
The vertical spacing specified ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.