<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 340: Right cell affects left cell</title><link>https://sourceforge.net/p/tcpdf/feature-requests/340/</link><description>Recent changes to 340: Right cell affects left cell</description><atom:link href="https://sourceforge.net/p/tcpdf/feature-requests/340/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 01 Nov 2015 17:47:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tcpdf/feature-requests/340/feed.rss" rel="self" type="application/rss+xml"/><item><title>#340 Right cell affects left cell</title><link>https://sourceforge.net/p/tcpdf/feature-requests/340/?limit=25#f5c3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;is here anyone ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cavid Karimov</dc:creator><pubDate>Sun, 01 Nov 2015 17:47:43 -0000</pubDate><guid>https://sourceforge.net926608b7e30e7f765bbe4471323636374b211b51</guid></item><item><title>Right cell affects left cell</title><link>https://sourceforge.net/p/tcpdf/feature-requests/340/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi. My name is Javid. At first I want to thank you for such a good pdf builder. My problem with tcpdf is this: I use 2 cells: one is on the right of the page, another, is on the left of the page. The problem is that if text on the right cell goes from 1st page to the next page it also affects the left cell. How can I solve it ?&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;//the left cell
$html1 = '
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;'.$about['skills'].'&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&amp;lt;br/&amp;gt;&lt;/span&gt;
';
        $tagvs = array('p' =&amp;gt; array(0 =&amp;gt; array('h' =&amp;gt; 0, 'n' =&amp;gt; 0), 1 =&amp;gt; array('h' =&amp;gt; 0, 'n'
=&amp;gt; 0)));
$pdf-&amp;gt;setHtmlVSpace($tagvs);

$pdf-&amp;gt;setCellHeightRatio(1.25);
$pdf-&amp;gt;writeHTMLCell(51, '', 8, '', $html, 0, 1, 1, true, 'J', true);

////////
// The right cell
$html2 = '
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;'.$about['comp'].'&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&amp;lt;br/&amp;gt;&lt;/span&gt;
';
        $tagvs = array('p' =&amp;gt; array(0 =&amp;gt; array('h' =&amp;gt; 0, 'n' =&amp;gt; 0), 1 =&amp;gt; array('h' =&amp;gt; 0, 'n'
=&amp;gt; 0)));
$pdf-&amp;gt;setHtmlVSpace($tagvs);

$pdf-&amp;gt;setCellHeightRatio(1.25);
$pdf-&amp;gt;writeHTMLCell(135, '', 67, '', $html2, 0, 1, 1, true, 'J', true);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I have attached an example&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cavid Karimov</dc:creator><pubDate>Wed, 28 Oct 2015 19:53:22 -0000</pubDate><guid>https://sourceforge.net7aeb96fb43b867e249e196832a2278cc595ef4a1</guid></item></channel></rss>