<?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 Font size in ODS HTML, HTML3, HTML4 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Font-size-in-ODS-HTML-HTML3-HTML4/m-p/162671#M12077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notice that ODS HTML3 gives me a bigger font size by default than ODS HTML or ODS HTML4 (example program below; see attached output).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my purposes at the moment, I happen to like the font size with ODS HTML3 less than the others. Is there a straightforward way to get it to behave like the others, or do I have to fiddle around with all the font sizes of all the different bits of text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried just using ODS HTML4 instead, but unfortunately that un-solves the problem just solved at &lt;A _jive_internal="true" href="https://communities.sas.com/message/230496#230496"&gt;ODS HTML, proc tabulate, proc template, how to change style?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;title1 'Compare font size with ODS HTML, HTML3, HTML4';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data; do y=1 to 2; do x=1 to 4; z+1; output; end; end; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods html&amp;nbsp; file='odshtml.htm';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods html3 file='odshtml3.htm';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods html4 file='odshtml4.htm';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;options nocenter;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc tabulate format=best.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; class x y; var z; table sum*z, y, x / box=_page_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11367iF5AB77A2CB4D7C28/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="odshtml.jpg" title="odshtml.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Sep 2014 18:52:15 GMT</pubDate>
    <dc:creator>ajs_rdg</dc:creator>
    <dc:date>2014-09-27T18:52:15Z</dc:date>
    <item>
      <title>Font size in ODS HTML, HTML3, HTML4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Font-size-in-ODS-HTML-HTML3-HTML4/m-p/162671#M12077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notice that ODS HTML3 gives me a bigger font size by default than ODS HTML or ODS HTML4 (example program below; see attached output).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my purposes at the moment, I happen to like the font size with ODS HTML3 less than the others. Is there a straightforward way to get it to behave like the others, or do I have to fiddle around with all the font sizes of all the different bits of text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried just using ODS HTML4 instead, but unfortunately that un-solves the problem just solved at &lt;A _jive_internal="true" href="https://communities.sas.com/message/230496#230496"&gt;ODS HTML, proc tabulate, proc template, how to change style?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;title1 'Compare font size with ODS HTML, HTML3, HTML4';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data; do y=1 to 2; do x=1 to 4; z+1; output; end; end; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods html&amp;nbsp; file='odshtml.htm';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods html3 file='odshtml3.htm';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods html4 file='odshtml4.htm';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;options nocenter;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc tabulate format=best.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; class x y; var z; table sum*z, y, x / box=_page_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11367iF5AB77A2CB4D7C28/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="odshtml.jpg" title="odshtml.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 18:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Font-size-in-ODS-HTML-HTML3-HTML4/m-p/162671#M12077</guid>
      <dc:creator>ajs_rdg</dc:creator>
      <dc:date>2014-09-27T18:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Font size in ODS HTML, HTML3, HTML4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Font-size-in-ODS-HTML-HTML3-HTML4/m-p/162672#M12078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;BR /&gt;ODS HTML and ODS HTML4 create the same HTML 4.01 compliant tags in the output. So there is really no point in using both of those destinations. It looks like the internal &amp;lt;STYLE&amp;gt; section uses x-small as the font size. HTML3, on the other hand, uses a relative size of 2 for the font size. Every browser will interpret that x-small or 2 differently. The relative size or "word" description of size gets translated for display on the browser screen. You could try specifying a style template that used a font description in PT sizes, like PDF or RTF but even so, the underlying differences (inline &amp;lt;STYLE&amp;gt; vs CSS sheet) might still cause differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 23:10:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Font-size-in-ODS-HTML-HTML3-HTML4/m-p/162672#M12078</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-09-27T23:10:50Z</dc:date>
    </item>
  </channel>
</rss>

