<?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: How to paste fixed-width long line text without wrapping? in Community Site Feedback</title>
    <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901473#M17647</link>
    <description>&lt;P&gt;Attempting a solution...&lt;/P&gt;
&lt;P&gt;Create a post with the "surrounding" content and a "place holder"&lt;/P&gt;
&lt;P&gt;[PLACE HOLDER]&lt;/P&gt;
&lt;P&gt;Then switch to HTML (small fiddly box)!!&lt;/P&gt;
&lt;P&gt;Find the [PLACE HOLDER]&lt;/P&gt;
&lt;P&gt;Wrap it with &lt;FONT color="#FF0000"&gt;&amp;lt;pre style="width: 115%;"&amp;gt;&lt;/FONT&gt;[PLACE HOLDER]&lt;FONT color="#FF0000"&gt;&amp;lt;/pre&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The width value being the least highest above 100% which stops the wrapping.&lt;/P&gt;
&lt;P&gt;Replace [PACE HOLDER] with your raw text.&lt;/P&gt;
&lt;P&gt;Save it ... see this...&lt;/P&gt;
&lt;PRE style="width: 115%;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     21.413      13.504      36.701      9.418       %0       216        QR -- -- RD RA -- --   NOERROR
213.120.234.38     16.868      14.032      19.038      1.436       %0       153        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.870      14.320      26.570      4.552       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.922      13.272      15.461      0.629       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.499      12.617      14.741      0.623       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.558      12.951      14.027      0.420       %0       41         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.983      13.418      14.929      0.531       %0       237        QR -- -- RD RA -- --   NOERROR&lt;/PRE&gt;
&lt;P&gt;Then post it without any further changes!&lt;/P&gt;
&lt;P&gt;Shift the post left/right with the scroll bar below the signature block.&lt;/P&gt;
&lt;P&gt;NB: pasting the content and AFTERWARDS fiddling with the HTML does not work, because by then the multi-spaced text has already been mono-spaced!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Dec 2022 11:41:27 GMT</pubDate>
    <dc:creator>Townman</dc:creator>
    <dc:date>2022-12-10T11:41:27Z</dc:date>
    <item>
      <title>How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901453#M17645</link>
      <description>&lt;P&gt;I wanted to paste some &lt;A href="https://community.plus.net/t5/Broadband/DNS-timing-out-from-all-the-Plus-servers/m-p/1901388#M353323" target="_blank" rel="noopener"&gt;example&lt;/A&gt;&amp;nbsp;diagnostic text into the forum, it is mono-spaced long lines - but there doesn't seem to be a way to do it so it looks neat.&lt;/P&gt;
&lt;P&gt;The text is the output of a command, and lines up nicely with multiple spaces when displayed on the console. They are multiple spaces, not tab(s).&lt;/P&gt;
&lt;P&gt;When I paste it directly into the forum body box, it is (understandably) variable width font and has the multiple spaces replaced with a single space:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.&lt;BR /&gt;server avg(ms) min(ms) max(ms) stddev(ms) lost(%) ttl flags response&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;213.120.234.42 21.413 13.504 36.701 9.418 %0 216 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;213.120.234.38 16.868 14.032 19.038 1.436 %0 153 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;8.8.8.8 19.870 14.320 26.570 4.552 %0 300 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.6.10 13.922 13.272 15.461 0.629 %0 238 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.13.49 13.499 12.617 14.741 0.623 %0 238 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.6.9 13.558 12.951 14.027 0.420 %0 41 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.13.50 13.983 13.418 14.929 0.531 %0 237 QR -- -- RD RA -- -- NOERROR&lt;/P&gt;
&lt;P&gt;If I change the font family from "arial" to "courier new" that helps but still replaced multiple spaces with a single space:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.&lt;BR /&gt;server avg(ms) min(ms) max(ms) stddev(ms) lost(%) ttl flags response&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;213.120.234.42 21.413 13.504 36.701 9.418 %0 216 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;213.120.234.38 16.868 14.032 19.038 1.436 %0 153 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;8.8.8.8 19.870 14.320 26.570 4.552 %0 300 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.6.10 13.922 13.272 15.461 0.629 %0 238 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.13.49 13.499 12.617 14.741 0.623 %0 238 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.6.9 13.558 12.951 14.027 0.420 %0 41 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.13.50 13.983 13.418 14.929 0.531 %0 237 QR -- -- RD RA -- -- NOERROR&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I try the "preformatted" dropdown, that picks a fix-width font, but still strips extra spaces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.&lt;BR /&gt;server avg(ms) min(ms) max(ms) stddev(ms) lost(%) ttl flags response&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;213.120.234.42 21.413 13.504 36.701 9.418 %0 216 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;213.120.234.38 16.868 14.032 19.038 1.436 %0 153 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;8.8.8.8 19.870 14.320 26.570 4.552 %0 300 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.6.10 13.922 13.272 15.461 0.629 %0 238 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.13.49 13.499 12.617 14.741 0.623 %0 238 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.6.9 13.558 12.951 14.027 0.420 %0 41 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;212.159.13.50 13.983 13.418 14.929 0.531 %0 237 QR -- -- RD RA -- -- NOERROR&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the "insert code sample" and say "Python" (there isnt a "text" option) - it looks promising as its display mono-spaced and &lt;STRONG&gt;preserves spaces&lt;/STRONG&gt;, but it still wraps the lines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     21.413      13.504      36.701      9.418       %0       216        QR -- -- RD RA -- --   NOERROR
213.120.234.38     16.868      14.032      19.038      1.436       %0       153        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.870      14.320      26.570      4.552       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.922      13.272      15.461      0.629       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.499      12.617      14.741      0.623       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.558      12.951      14.027      0.420       %0       41         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.983      13.418      14.929      0.531       %0       237        QR -- -- RD RA -- --   NOERROR
&lt;/LI-CODE&gt;
&lt;P&gt;The wrapping isn't too bad in this case on a desktop, but is bad on a mobile browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Am I missing a way to paste long lines without wrapping them&lt;/STRONG&gt;? i.e. so ideally the individual text box gets its own horizonal scroll bar?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did wonder about resorting to pasting a picture of the text, but that's not great for screen readers or even just quoting and referencing parts of the output later.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="dnseval" style="width: 951px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39612iF38181FAE23CD508/image-size/large?v=v2&amp;amp;px=999" role="button" title="dnseval.PNG" alt="dnseval" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;dnseval&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 09:41:42 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901453#M17645</guid>
      <dc:creator>seebee</dc:creator>
      <dc:date>2022-12-10T09:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901457#M17646</link>
      <description>&lt;P&gt;The only way I can think of is by copy and pasting the content as a table into the post,&amp;nbsp;&lt;A href="https://community.plus.net/t5/Fibre-Broadband/Getting-GEA-test-results/m-p/1590826/highlight/true#M85929" target="_self"&gt;for example&lt;/A&gt;. It’d be a faff though as your diagnostic text isn’t natively in a table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 09:56:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901457#M17646</guid>
      <dc:creator>Gandalf</dc:creator>
      <dc:date>2022-12-10T09:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901473#M17647</link>
      <description>&lt;P&gt;Attempting a solution...&lt;/P&gt;
&lt;P&gt;Create a post with the "surrounding" content and a "place holder"&lt;/P&gt;
&lt;P&gt;[PLACE HOLDER]&lt;/P&gt;
&lt;P&gt;Then switch to HTML (small fiddly box)!!&lt;/P&gt;
&lt;P&gt;Find the [PLACE HOLDER]&lt;/P&gt;
&lt;P&gt;Wrap it with &lt;FONT color="#FF0000"&gt;&amp;lt;pre style="width: 115%;"&amp;gt;&lt;/FONT&gt;[PLACE HOLDER]&lt;FONT color="#FF0000"&gt;&amp;lt;/pre&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The width value being the least highest above 100% which stops the wrapping.&lt;/P&gt;
&lt;P&gt;Replace [PACE HOLDER] with your raw text.&lt;/P&gt;
&lt;P&gt;Save it ... see this...&lt;/P&gt;
&lt;PRE style="width: 115%;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     21.413      13.504      36.701      9.418       %0       216        QR -- -- RD RA -- --   NOERROR
213.120.234.38     16.868      14.032      19.038      1.436       %0       153        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.870      14.320      26.570      4.552       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.922      13.272      15.461      0.629       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.499      12.617      14.741      0.623       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.558      12.951      14.027      0.420       %0       41         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.983      13.418      14.929      0.531       %0       237        QR -- -- RD RA -- --   NOERROR&lt;/PRE&gt;
&lt;P&gt;Then post it without any further changes!&lt;/P&gt;
&lt;P&gt;Shift the post left/right with the scroll bar below the signature block.&lt;/P&gt;
&lt;P&gt;NB: pasting the content and AFTERWARDS fiddling with the HTML does not work, because by then the multi-spaced text has already been mono-spaced!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 11:41:27 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901473#M17647</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2022-12-10T11:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901481#M17648</link>
      <description>&lt;P&gt;Brilliant, I was just looking at the HTML option and Googling for PRE and STYLE options, but I don't know enough about HTML&lt;/P&gt;
&lt;PRE style="width: 115%;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     13.749      13.388      14.660      0.443       %0       270        QR -- -- RD RA -- --   NOERROR
213.120.234.38     13.901      13.231      14.570      0.355       %0       235        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.227      14.664      24.878      4.504       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.437      13.150      13.980      0.224       %0       135        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.684      13.080      15.101      0.618       %0       98         QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.093      12.502      13.451      0.328       %0       96         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.898      12.934      14.445      0.438       %0       69         QR -- -- RD RA -- --   NOERROR&lt;/PRE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 11:49:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901481#M17648</guid>
      <dc:creator>seebee</dc:creator>
      <dc:date>2022-12-10T11:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901482#M17649</link>
      <description>&lt;P&gt;&lt;STRONG&gt;MK2 - a bit less fiddly!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use the in-built &amp;lt;/&amp;gt; (code) tool - select the default HTML.&lt;/P&gt;
&lt;P&gt;Paste in your text and press OK.&lt;/P&gt;
&lt;P&gt;Go the the HTML editor.&lt;/P&gt;
&lt;P&gt;Find&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;li-code lang="markup"&amp;gt;....&amp;lt;/li-code&amp;gt;&lt;/P&gt;
&lt;P&gt;Change to&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;pre style="&lt;FONT color="#FF0000"&gt;width:115%;&lt;/FONT&gt;"&amp;gt;....&amp;lt;/pre&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Click OK&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...job done!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="width: 115%;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     21.413      13.504      36.701      9.418       %0       216        QR -- -- RD RA -- --   NOERROR
213.120.234.38     16.868      14.032      19.038      1.436       %0       153        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.870      14.320      26.570      4.552       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.922      13.272      15.461      0.629       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.499      12.617      14.741      0.623       %0       238        QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.558      12.951      14.027      0.420       %0       41         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.983      13.418      14.929      0.531       %0       237        QR -- -- RD RA -- --   NOERROR&lt;/PRE&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;EDIT: Error corrected as noted below!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 12:00:49 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901482#M17649</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2022-12-10T12:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901486#M17650</link>
      <description>&lt;PRE style="width: 115%;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     13.749      13.388      14.660      0.443       %0       270        QR -- -- RD RA -- --   NOERROR
213.120.234.38     13.901      13.231      14.570      0.355       %0       235        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.227      14.664      24.878      4.504       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.437      13.150      13.980      0.224       %0       135        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.684      13.080      15.101      0.618       %0       98         QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.093      12.502      13.451      0.328       %0       96         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.898      12.934      14.445      0.438       %0       69         QR -- -- RD RA -- --   NOERROR&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;&amp;nbsp;Thank you very much, that works too!&lt;/P&gt;
&lt;P&gt;(I assume you meant &amp;lt;pre style="width: 115%;"&amp;gt; again, rather than&amp;nbsp;&amp;lt;pre style="115%"&amp;gt; as that didn't appear to work for me?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 11:59:01 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901486#M17650</guid>
      <dc:creator>seebee</dc:creator>
      <dc:date>2022-12-10T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901497#M17651</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;&amp;nbsp;Thanks for the pointers. This "width percentage" works for my desktop, but still looks rubbish in my mobile browser...&lt;/P&gt;
&lt;P&gt;A bit of Googling can be a dangerous thing - I'm wondering if using&lt;/P&gt;
&lt;P&gt;&amp;lt;pre style="white-space: pre;"&amp;gt;&lt;/P&gt;
&lt;P&gt;at the start, rather than specifying a width will be better... I'm hoping it works for mobile browsers. It seems okay in the preview.&lt;/P&gt;
&lt;PRE style="white-space: pre;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt google.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     13.749      13.388      14.660      0.443       %0       270        QR -- -- RD RA -- --   NOERROR
213.120.234.38     13.901      13.231      14.570      0.355       %0       235        QR -- -- RD RA -- --   NOERROR
8.8.8.8            19.227      14.664      24.878      4.504       %0       300        QR -- -- RD RA -- --   NOERROR
212.159.6.10       13.437      13.150      13.980      0.224       %0       135        QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.684      13.080      15.101      0.618       %0       98         QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.093      12.502      13.451      0.328       %0       96         QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.898      12.934      14.445      0.438       %0       69         QR -- -- RD RA -- --   NOERROR&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit - after posting it, it does seem to work in a mobile browser too, the text box has its own floating horizontal scrollbar!&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 12:56:41 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901497#M17651</guid>
      <dc:creator>seebee</dc:creator>
      <dc:date>2022-12-10T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901503#M17652</link>
      <description>&lt;P&gt;That is a great "build" on the idea.&lt;/P&gt;
&lt;P&gt;Manipulating container sizes in HTML is black magic!&amp;nbsp; I tried several "proper" solutions in the arena of controlling wrap and overflow, none of which I could get to work ... before going for the brutal hack of over sizing the container.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 13:36:50 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901503#M17652</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2022-12-10T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste fixed-width long line text without wrapping?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901597#M17653</link>
      <description>&lt;P&gt;&lt;EM&gt;(I thought I'd combine our findings into a single post with instructions and pictures, so hopefully it is useful for others. Is it worth making this a "sticky" somewhere for future reference?)&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;How to paste long lines of spaced text without wrapping&lt;/H2&gt;
&lt;P&gt;Thanks to &lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;1) Screenshots are from a desktop PC, as typically you would be pasting from a command line window for example&lt;/P&gt;
&lt;P&gt;2) "Start a Topic" or "Reply" to an existing topic&lt;/P&gt;
&lt;P&gt;3) Click on the "..." three dots, to "expand toolbar"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="10 expand toolbar.PNG" style="width: 518px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39623i7DA857CC8C8376E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="10 expand toolbar.PNG" alt="10 expand toolbar.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4) Click on the "&amp;lt;/&amp;gt;" icon to "Insert/Edit code sample"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="20 Insert edit code sample.PNG" style="width: 665px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39624iAA9C0C2252599A29/image-size/large?v=v2&amp;amp;px=999" role="button" title="20 Insert edit code sample.PNG" alt="20 Insert edit code sample.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;5) Leave the language at the default of "HTML/XML". Paste your text into the small window, and click OK&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="40 insert code HTML and paste your text.PNG" style="width: 754px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39626i7D0980A4E02952FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="40 insert code HTML and paste your text.PNG" alt="40 insert code HTML and paste your text.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;6) You see the text in a box, but it is still wrapping. Click the "HTML" button to see "Source Code"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="50 wraps then HTML editor.PNG" style="width: 826px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39627iD8B7580A8BDD526E/image-size/large?v=v2&amp;amp;px=999" role="button" title="50 wraps then HTML editor.PNG" alt="50 wraps then HTML editor.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;7) In the Source Code box, replace the opening &lt;STRONG&gt;&amp;lt;li-code lang="markup"&amp;gt;&lt;/STRONG&gt; with &lt;STRONG&gt;&amp;lt;pre style="white-space: pre;"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="60 source code li-code.PNG" style="width: 599px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39628i515D908B74D87E55/image-size/large?v=v2&amp;amp;px=999" role="button" title="60 source code li-code.PNG" alt="60 source code li-code.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="70 source code whitespace pre.PNG" style="width: 598px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39629i66AFC86EB50C93A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="70 source code whitespace pre.PNG" alt="70 source code whitespace pre.PNG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;8 ) Scroll down and replace the closing &lt;STRONG&gt;&amp;lt;/li-code&amp;gt;&lt;/STRONG&gt; with &lt;STRONG&gt;&amp;lt;/pre&amp;gt; &lt;/STRONG&gt;then click OK&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="80 source code li-code end.PNG" style="width: 600px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39630i896D92387F917F73/image-size/large?v=v2&amp;amp;px=999" role="button" title="80 source code li-code end.PNG" alt="80 source code li-code end.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="90 source code pre end.PNG" style="width: 597px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39631iB2929B583C32F425/image-size/large?v=v2&amp;amp;px=999" role="button" title="90 source code pre end.PNG" alt="90 source code pre end.PNG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;9) You can now see the text box is no longer wrapping. Scroll down and it has its own horizontal scrollbar now. You can type below or above the box as usual.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="99 move down to see horizontal scroll bar and no wrap.PNG" style="width: 825px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/39632i5444F6F330C503AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="99 move down to see horizontal scroll bar and no wrap.PNG" alt="99 move down to see horizontal scroll bar and no wrap.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="white-space: pre;"&gt;pi@rPi3b:~ $ dnseval.py -f testdns.txt bbc.co.uk.
server             avg(ms)     min(ms)     max(ms)     stddev(ms)  lost(%)  ttl        flags                  response
----------------------------------------------------------------------------------------------------------------------
213.120.234.42     14.031      13.128      15.111      0.559       %0       224        QR -- -- RD RA -- --   NOERROR
213.120.234.38     13.704      13.315      14.682      0.385       %0       284        QR -- -- RD RA -- --   NOERROR
8.8.8.8            14.072      13.615      14.575      0.334       %0       222        QR -- -- RD RA -- --   NOERROR
212.159.6.10       14.428      12.830      23.987      3.379       %0       32         QR -- -- RD RA -- --   NOERROR
212.159.13.49      13.097      12.406      13.765      0.451       %0       32         QR -- -- RD RA -- --   NOERROR
212.159.6.9        13.097      12.516      13.647      0.367       %0       182        QR -- -- RD RA -- --   NOERROR
212.159.13.50      13.743      13.058      15.260      0.613       %0       182        QR -- -- RD RA -- --   NOERROR
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The box above should display with its own horizontal scrollbar and no wrapping, on mobile and desktop browsers.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 10:41:40 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/How-to-paste-fixed-width-long-line-text-without-wrapping/m-p/1901597#M17653</guid>
      <dc:creator>seebee</dc:creator>
      <dc:date>2022-12-11T10:41:40Z</dc:date>
    </item>
  </channel>
</rss>

