<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Text overflow]]></title>
		<link>https://punbb.informer.com/forums/topic/18241/text-overflow/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/18241/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Text overflow.]]></description>
		<lastBuildDate>Mon, 18 Feb 2008 23:10:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/109971/#p109971</link>
			<description><![CDATA[<p>Overflow for images:</p><p>In <strong>include/parser.php</strong></p><p>find</p><div class="codebox"><pre><code>        $img_tag = &#039;&lt;span class=&quot;postimg&quot;&gt;&lt;img src=&quot;&#039;.$url.&#039;&quot; alt=&quot;&#039;.htmlspecialchars($url).&#039;&quot; /&gt;&lt;/span&gt;&#039;;</code></pre></div><p>replace with</p><div class="codebox"><pre><code>        $img_tag = &#039;&lt;div class=&quot;postimg&quot;&gt;&lt;img src=&quot;&#039;.$url.&#039;&quot; alt=&quot;&#039;.htmlspecialchars($url).&#039;&quot; /&gt;&lt;/div&gt;&#039;;</code></pre></div><p>in <strong>style/Oxygen/Oxygen.css</strong></p><p>find</p><div class="codebox"><pre><code>.main .entry-content blockquote {
    overflow: auto;
    width: 100%;
    max-height: 16em;
    }</code></pre></div><p>after add</p><div class="codebox"><pre><code>.main .entry-content .postimg {
    overflow: auto;
}</code></pre></div><p>Have you take a look to my css changes here?</p><p><a href="http://lucasmalor.netsons.org/forum/viewtopic.php?id=1">http://lucasmalor.netsons.org/forum/viewtopic.php?id=1</a></p>]]></description>
			<author><![CDATA[null@example.com (Lucas Malor)]]></author>
			<pubDate>Mon, 18 Feb 2008 23:10:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/109971/#p109971</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/108652/#p108652</link>
			<description><![CDATA[<p>In the meanwhile, I&#039;ve changed px to em when possible, and I adjust codebox css to fit my changes:</p><p>[EDIT] code is here:<br /><a href="http://punbb.org/forums/viewtopic.php?pid=108578#p108578">http://punbb.org/forums/viewtopic.php?p … 78#p108578</a></p>]]></description>
			<author><![CDATA[null@example.com (Lucas Malor)]]></author>
			<pubDate>Sun, 03 Feb 2008 23:18:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108652/#p108652</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/108649/#p108649</link>
			<description><![CDATA[<p>Ops, sorry <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> Keep up the good work</p>]]></description>
			<author><![CDATA[null@example.com (d3visi0n)]]></author>
			<pubDate>Sun, 03 Feb 2008 23:07:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108649/#p108649</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/108634/#p108634</link>
			<description><![CDATA[<p>d3visi0n: We don&#039;t do XML stylesheets (which I think are what you would use to control the display of the RSS feed), so however it looks is up to your browser or feed reader.<br />Lucas Malor: I&#039;ll leave this up to Paul <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Sun, 03 Feb 2008 21:31:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108634/#p108634</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/108631/#p108631</link>
			<description><![CDATA[<p>Also the RSS feed: </p><p><a href="http://lucasmalor.netsons.org/forum/extern.php?action=feed&amp;tid=1&amp;type=rss">http://lucasmalor.netsons.org/forum/ext … p;type=rss</a></p>]]></description>
			<author><![CDATA[null@example.com (d3visi0n)]]></author>
			<pubDate>Sun, 03 Feb 2008 21:23:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108631/#p108631</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/108609/#p108609</link>
			<description><![CDATA[<p>@ devs: these solutions for text overflows will be added?</p><p>Anyway, I&#039;ve written some css also for quote boxes. In addition to avoid overflow truncations, it limit quote max height to 205px. <br />Preview:<br /><a href="http://lucasmalor.netsons.org/forum/viewtopic.php?pid=3#p3">http://lucasmalor.netsons.org/forum/vie … p?pid=3#p3</a></p><p>[EDITED] Code is here:<br /><a href="http://punbb.org/forums/viewtopic.php?pid=108652#p108652">http://punbb.org/forums/viewtopic.php?p … 52#p108652</a></p>]]></description>
			<author><![CDATA[null@example.com (Lucas Malor)]]></author>
			<pubDate>Sun, 03 Feb 2008 19:21:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108609/#p108609</guid>
		</item>
		<item>
			<title><![CDATA[Text overflow]]></title>
			<link>https://punbb.informer.com/forums/post/108578/#p108578</link>
			<description><![CDATA[<p>This is a little workaround if text overflows the post box.</p><p>Preview:<br /><a href="http://lucasmalor.netsons.org/forum/viewtopic.php?pid=2#p2">http://lucasmalor.netsons.org/forum/vie … p?pid=2#p2</a></p><br /><br /><p>In <strong>style/Oxygen/Oxygen.css</strong></p><p>find</p><div class="codebox"><pre><code>.main .post-entry {
    padding: 0.3em 1em 0 1em;</code></pre></div><p>after add</p><div class="codebox"><pre><code>    overflow: auto;</code></pre></div><p>find</p><div class="codebox"><pre><code>.main .entry-content {
    padding-bottom: 0.8em;</code></pre></div><p>after delete</p><div class="codebox"><pre><code>    overflow: hidden;</code></pre></div><p>find</p><div class="codebox"><pre><code>.main .entry-content blockquote {
    overflow: hidden;
    width: 100%;
    }</code></pre></div><p>replace with</p><div class="codebox"><pre><code>.main .entry-content blockquote {
    overflow: auto;
    width: 100%;
    max-height: 16em;
    }</code></pre></div><p>after add</p><div class="codebox"><pre><code>.main .entry-content .postimg {
    overflow: auto;
}</code></pre></div><p>In <strong>style/Oxygen/Oxygen_ie6.css</strong></p><p>find:</p><div class="codebox"><pre><code>* html .entry-content .codebox pre { /* 6 Only */
    overflow: visible;
    overflow-x:auto;
    padding-bottom: 2em;
    }</code></pre></div><p>replace with</p><div class="codebox"><pre><code>* html .entry-content .codebox pre { /* 6 Only */
    height: expression( this.scrollHeight &gt; 465 ? &quot;450px&quot; : &quot;auto&quot; );
    overflow:auto;
    word-wrap: normal;
    padding-bottom: 2em;
    }

.main .entry-content blockquote {
    height: expression( this.scrollHeight &gt; 225 ? &quot;210px&quot; : &quot;auto&quot; );
    overflow:auto;
    word-wrap: normal;
    }

.main .post-entry {
    word-wrap: break-word;
    }</code></pre></div><p>In <strong>include/parser.php</strong></p><p>find</p><div class="codebox"><pre><code>        $img_tag = &#039;&lt;span class=&quot;postimg&quot;&gt;&lt;img src=&quot;&#039;.$url.&#039;&quot; alt=&quot;&#039;.htmlspecialchars($url).&#039;&quot; /&gt;&lt;/span&gt;&#039;;</code></pre></div><p>replace with</p><div class="codebox"><pre><code>        $img_tag = &#039;&lt;div class=&quot;postimg&quot;&gt;&lt;img src=&quot;&#039;.$url.&#039;&quot; alt=&quot;&#039;.htmlspecialchars($url).&#039;&quot; /&gt;&lt;/div&gt;&#039;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Lucas Malor)]]></author>
			<pubDate>Sun, 03 Feb 2008 12:25:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108578/#p108578</guid>
		</item>
	</channel>
</rss>
