<?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 Re: HTML div class in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617411#M180919</link>
    <description>&lt;P&gt;HTML code is plain text, so you just need a series of put statements. What is your problem?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 12:10:42 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-01-15T12:10:42Z</dc:date>
    <item>
      <title>HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617405#M180917</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use following div class in SAS in put statement for modifying div size&amp;nbsp; &amp;amp; word wrap option. How can i following code in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;div {&lt;BR /&gt;width: 150px;&lt;BR /&gt;border: 1px solid #000000;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;div.a {&lt;BR /&gt;word-wrap: normal;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;div.b {&lt;BR /&gt;word-wrap: break-word;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;h1&amp;gt;The word-wrap Property&amp;lt;/h1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;h2&amp;gt;word-wrap: normal (default):&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;div class="a"&amp;gt; This div contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;h2&amp;gt;word-wrap: break-word:&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;div class="b"&amp;gt; This div contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 11:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617405#M180917</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2020-01-15T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617411#M180919</link>
      <description>&lt;P&gt;HTML code is plain text, so you just need a series of put statements. What is your problem?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 12:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617411#M180919</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-15T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617426#M180931</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using put statement, the root problem is one line is too long so i want to apply word wrap with following line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;Put&amp;nbsp;'Welcome to SAS® Suppor, This is sample line for understanding problem statement';&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;The following solution i got in html, how can i convert it into put statement ?&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;div {&lt;BR /&gt;width: 150px;&lt;BR /&gt;border: 1px solid #000000;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;div.a {&lt;BR /&gt;word-wrap: normal;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;div.b {&lt;BR /&gt;word-wrap: break-word;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:11:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617426#M180931</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2020-01-15T13:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617427#M180932</link>
      <description>&lt;P&gt;So you have a HTML issue, not a SAS-related one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I tested your initial code (Chrome), and the long word in the second box was correctly wrapped.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617427#M180932</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-15T13:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617435#M180936</link>
      <description>&lt;P&gt;Not sure what your wrapping problem is , but HTML in general ignores whitespace, so line breaks inserted because of long lines is normally not a problem.&amp;nbsp; And if you need long lines of text just make sure to set the LRECL long enough when writing the file. Again HTML in general does not care if your code has any line breaks at all.&amp;nbsp; You can write your HTML on one line if you want.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:57:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617435#M180936</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-01-15T13:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617691#M181045</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp; Yes the second html code is working as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for converting this code into put statement for using in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you suggest how can i convert below code in SAS, since only div option i am able to convert but struggling for below code conversion in SAS in put statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;div {&lt;BR /&gt;width: 150px;&lt;BR /&gt;border: 1px solid #000000;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;div.b {&lt;BR /&gt;word-wrap: break-word;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 06:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617691#M181045</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2020-01-16T06:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTML div class in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617696#M181048</link>
      <description>&lt;P&gt;It's just a series of put statements, nothing fancy. If you have problems with that, show your code and log.&lt;/P&gt;
&lt;P&gt;Use the "little running man" for code and {i} for logs.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 06:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HTML-div-class-in-SAS/m-p/617696#M181048</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-16T06:50:07Z</dc:date>
    </item>
  </channel>
</rss>

