<?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 HTML word wrap in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23056#M4031</link>
    <description>I am doing what I think is a simple Proc Print of a long textual field into an HTML file. When I first started, the HTML source code would include a nowrap command so the text would continue going to the right.&lt;BR /&gt;
&lt;BR /&gt;
Later, I copied my code into another code window, and the HTML output started started wrapping to the HTML viewer window automatically as if someone was removing the nowrap command for me.&lt;BR /&gt;
&lt;BR /&gt;
Now that I have copied the same piece of code into enough other projects, I am seeing cases where the text will not wrap again. The stated ODS and Proc Print commands are the same. I have even run the codes where they appear in the same EG4 viewer window, and the outputs are still different.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know what might cause this difference?  I am leaning toward something different in the datafiles I am reporting on rather than my Proc Print commands, but I don't have any idea where to start looking if that is the case.</description>
    <pubDate>Wed, 04 Jun 2008 21:03:39 GMT</pubDate>
    <dc:creator>rab24</dc:creator>
    <dc:date>2008-06-04T21:03:39Z</dc:date>
    <item>
      <title>HTML word wrap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23056#M4031</link>
      <description>I am doing what I think is a simple Proc Print of a long textual field into an HTML file. When I first started, the HTML source code would include a nowrap command so the text would continue going to the right.&lt;BR /&gt;
&lt;BR /&gt;
Later, I copied my code into another code window, and the HTML output started started wrapping to the HTML viewer window automatically as if someone was removing the nowrap command for me.&lt;BR /&gt;
&lt;BR /&gt;
Now that I have copied the same piece of code into enough other projects, I am seeing cases where the text will not wrap again. The stated ODS and Proc Print commands are the same. I have even run the codes where they appear in the same EG4 viewer window, and the outputs are still different.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know what might cause this difference?  I am leaning toward something different in the datafiles I am reporting on rather than my Proc Print commands, but I don't have any idea where to start looking if that is the case.</description>
      <pubDate>Wed, 04 Jun 2008 21:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23056#M4031</guid>
      <dc:creator>rab24</dc:creator>
      <dc:date>2008-06-04T21:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTML word wrap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23057#M4032</link>
      <description>By nowrap, I assume that you mean whitespace=nowrap.  I wonder where that is coming from.  ODS supports the whitespace style attribute, but I do not believe that it is specified by default in the software.  A procedure or custom style would have to specify it, in which case you should always get it.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Fri, 06 Jun 2008 15:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23057#M4032</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2008-06-06T15:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: HTML word wrap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23058#M4033</link>
      <description>I don't know what the whitespace=nowrap is.&lt;BR /&gt;
&lt;BR /&gt;
At the beginning of each record I show with Proc Print, these are the respective HTML source codes:&lt;BR /&gt;
&lt;BR /&gt;
Undesired: &lt;BR /&gt;
&lt;SPAN class=""&gt;  &lt;BR /&gt;
&lt;BR /&gt;
Desired that I can't reliably replicate: &lt;BR /&gt;
&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description>
      <pubDate>Fri, 06 Jun 2008 16:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HTML-word-wrap/m-p/23058#M4033</guid>
      <dc:creator>rab24</dc:creator>
      <dc:date>2008-06-06T16:09:41Z</dc:date>
    </item>
  </channel>
</rss>

