<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS Tip: Controlling text height in titles and footnotes in SAS Tips from the Community</title>
    <link>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Controlling-text-height-in-titles-and-footnotes/m-p/442501#M132</link>
    <description>&lt;P&gt;The title and footnote statement options that were originally supported only in SAS/GRAPH to support changing the height and justification of title and footnote text are now supported in many ODS destinations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the h= (height) and j= (justification) options to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see this by running the following code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html file = '\temp.html';
proc print data=sashelp.class;
 title h=1 'Just' h=2 ' Playing' h=3 ' With' h=4 ' Growing' h=5 ' Titles';
 footnote j=left c=blue 'In Blue' j=center c=black 'and' j=right c=red 'And Red';
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Additional options are discussed in the paper &lt;A href="http://analytics.ncsu.edu/sesug/2010/HOW04.Carpenter.pdf" target="_blank"&gt;SAS/GRAPH Elements You Should Know –Even If You Don’t Use SAS/GRAPH&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to Don Henderson&amp;nbsp;for sharing this tip on sasCommunity.org.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 16:59:10 GMT</pubDate>
    <dc:creator>SAS_Tipster</dc:creator>
    <dc:date>2018-03-21T16:59:10Z</dc:date>
    <item>
      <title>SAS Tip: Controlling text height in titles and footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Controlling-text-height-in-titles-and-footnotes/m-p/442501#M132</link>
      <description>&lt;P&gt;The title and footnote statement options that were originally supported only in SAS/GRAPH to support changing the height and justification of title and footnote text are now supported in many ODS destinations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the h= (height) and j= (justification) options to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see this by running the following code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html file = '\temp.html';
proc print data=sashelp.class;
 title h=1 'Just' h=2 ' Playing' h=3 ' With' h=4 ' Growing' h=5 ' Titles';
 footnote j=left c=blue 'In Blue' j=center c=black 'and' j=right c=red 'And Red';
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Additional options are discussed in the paper &lt;A href="http://analytics.ncsu.edu/sesug/2010/HOW04.Carpenter.pdf" target="_blank"&gt;SAS/GRAPH Elements You Should Know –Even If You Don’t Use SAS/GRAPH&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to Don Henderson&amp;nbsp;for sharing this tip on sasCommunity.org.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Controlling-text-height-in-titles-and-footnotes/m-p/442501#M132</guid>
      <dc:creator>SAS_Tipster</dc:creator>
      <dc:date>2018-03-21T16:59:10Z</dc:date>
    </item>
  </channel>
</rss>

