Note that there are some explanatory texts on larger screens.

plurals
  1. POchild table overlapping parent div
    text
    copied!<p>using ckeditor users can add a description to their listing. some descriptions have a table width wider than the containing div. how do we force the description to fit inside the containing div?</p> <pre><code>&lt;div style="float:left; padding-top: 4px; font-size:13px; width:500px; border-style:solid;"&gt; &lt;table border="1" cellpadding="0" cellspacing="0" style="width:576px; height: 120px;"&gt; &lt;tr height="39"&gt; &lt;td height="39"&gt; &lt;p&gt; &lt;span style="font-size:16px;"&gt; &lt;span style="color: rgb(255, 140, 0);"&gt;APPLE FACTORY RECERTIFIED IPAD/1ST-GENERATION TABLET APPLE: &lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;p&gt; &amp;nbsp; &lt;/p&gt; &lt;p&gt; &lt;span style="font-size: 16px;"&gt; &lt;span style="color: rgb(255, 140, 0);"&gt;A4/A4X1-1.00G &lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;p&gt; &lt;span style="font-size: 16px;"&gt; &lt;span style="color: rgb(255, 140, 0);"&gt;256MB/1-DIMM &lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;p&gt; &lt;span style="font-size: 16px;"&gt; &lt;span style="color: rgb(255, 140, 0);"&gt;16GB/FLASH &lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;p&gt; &lt;span style="font-size: 16px;"&gt; &lt;span style="color: rgb(255, 140, 0);"&gt;802.11A/B/G/N+BT INTEGRATED-GRAPHICS/0MB 9.7WXGA- &lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;p&gt; &lt;span style="font-size: 16px;"&gt; &lt;span style="color: rgb(255, 140, 0);"&gt;TOUCHSCREEN/MULTI-TOUCH APPLE/IOS-4.0 1.5LBS 1YR &lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;p&gt; &amp;nbsp; &lt;/p&gt; &lt;/span&gt; &lt;/div&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload