<?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: Wrap Text in HTML in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510581#M73813</link>
    <description>&lt;P&gt;windows, 16.2 appears to break the text in the same locations. I used different font sizes and different pixel lengths for the wrap point for a quick test.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="journal behind, browser in front" style="width: 332px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43322i40CDDBB2F5B06967/image-dimensions/332x291?v=v2" width="332" height="291" role="button" title="Capture.PNG" alt="journal behind, browser in front" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;journal behind, browser in front&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The centering is wrong, but the wrapping seems to work.&lt;/P&gt;
&lt;P&gt;You can force line breaks with \!n (an escaped newline in a JSL string).&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>Thu, 16 Jun 2022 16:43:59 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2022-06-16T16:43:59Z</dc:date>
    <item>
      <title>Wrap Text in HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510577#M73811</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script below creates a journal with wrapped text. However, when I save this as an HTML file, the text is no longer wrapped. How can I maintain formatting from the journal to an HTML file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	win= New Window("Metrics",
		&amp;lt;&amp;lt;journal,
		hlb = H List Box(
			 Spacer Box(size(400,1000)),
			 V List Box( Spacer Box(size(10,10)), cb = H Center Box(), Spacer Box()  ), 		  
			 Spacer Box(size(400,1000))		  	
		 )
	);
	
	cb&amp;lt;&amp;lt;append(tb1=text box("Metrics Generated "||char(format(today(),"m/d/y"))));
	tb1&amp;lt;&amp;lt;set font size(28)&amp;lt;&amp;lt; Justify Text( "Center" )&amp;lt;&amp;lt;set wrap width(1000);

	current Journal()&amp;lt;&amp;lt;save html();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:50:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510577#M73811</guid>
      <dc:creator>Awooley</dc:creator>
      <dc:date>2023-06-10T20:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text in HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510581#M73813</link>
      <description>&lt;P&gt;windows, 16.2 appears to break the text in the same locations. I used different font sizes and different pixel lengths for the wrap point for a quick test.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="journal behind, browser in front" style="width: 332px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43322i40CDDBB2F5B06967/image-dimensions/332x291?v=v2" width="332" height="291" role="button" title="Capture.PNG" alt="journal behind, browser in front" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;journal behind, browser in front&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The centering is wrong, but the wrapping seems to work.&lt;/P&gt;
&lt;P&gt;You can force line breaks with \!n (an escaped newline in a JSL string).&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>Thu, 16 Jun 2022 16:43:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510581#M73813</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-06-16T16:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text in HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510590#M73817</link>
      <description>&lt;P&gt;Using interactive html here will work better than static html.&lt;/P&gt;
&lt;P&gt;This can be done by changing the last line in the script to&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;current Journal()&amp;lt;&amp;lt;save Interactive html();&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jun 2022 17:12:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wrap-Text-in-HTML/m-p/510590#M73817</guid>
      <dc:creator>mayowa-sogbein</dc:creator>
      <dc:date>2022-06-16T17:12:58Z</dc:date>
    </item>
  </channel>
</rss>

