Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've seen lots of issues with this kind of formatting. Have you tried messing with <code>&lt;col&gt;</code>?</p> <p>For example, (I know the numbers are probably off, but you can adjust as needed):</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;head&gt;&lt;/head&gt; &lt;body&gt; &lt;table border='1' width="1000px" style='border-collapse: collapse' &gt; &lt;col width='180' /&gt;&lt;col width='180' /&gt;&lt;col width='180' /&gt;&lt;col width='180' /&gt; &lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top"&gt;&lt;td colspan="1" &gt;&lt;div style="width:180px;border: solid 1px black;"&gt;1&lt;/div&gt;&lt;/td&gt;&lt;td colspan="3" &gt;&lt;div style="width:770px;border: solid 1px black;"&gt;2&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top"&gt;&lt;td colspan="4" &gt;&lt;div style="width:960px;border: solid 1px black;"&gt;3&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top"&gt;&lt;td colspan="2" &gt;&lt;div style="width:475px;border: solid 1px black;"&gt;4&lt;/div&gt;&lt;/td&gt;&lt;td colspan="2" &gt;&lt;div style="width:475px;border: solid 1px black;"&gt;5&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>See <a href="http://www.w3.org/TR/html4/struct/tables.html#h-11.2.4.2" rel="nofollow noreferrer">http://www.w3.org/TR/html4/struct/tables.html#h-11.2.4.2</a> For more info</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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