Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think you want to have the first 2 rows at minimum height and if the picture is big, all the space to go on the third line. If this is the case, then put a height to the first 2 lines, something like this:</p> <pre><code> &lt;table class="input" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" height="1"&gt;G:&lt;/td&gt; &lt;td valign="top"&gt; &lt;select id="GId" maxlength="50" name="GId"&gt; &lt;option value="2"&gt;Joe&lt;/option&gt; &lt;option selected="selected" value="3"&gt;Bill&lt;/option&gt; &lt;/select&gt; &lt;/td&gt; &lt;td id="imageBorder" rowspan="3" align="center"&gt;&lt;img class="my_img" src="http://www.mysite.com/image.png"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" height="1"&gt;Type:&lt;/td&gt; &lt;td valign="top"&gt; &lt;select id="EId" maxlength="50" name="EId"&gt; &lt;option value="10"&gt;&lt;/option&gt; &lt;option selected="selected" value="2"&gt;A&lt;/option&gt; &lt;option value="4"&gt;C&lt;/option&gt; &lt;/select&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt;Manager:&lt;/td&gt; &lt;td valign="top"&gt; &lt;select id="ManagerPersonId" maxlength="50" name="ManagerPersonId"&gt; &lt;option value="204"&gt;A&lt;/option&gt; &lt;option value="183"&gt;B&lt;/option&gt; &lt;/select&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt;PictureL:&lt;/td&gt; &lt;td colspan="2" valign="top"&gt;&lt;input id="PictureLink" maxlength="200" name="PictureLink" size="60" value="http://www.mysite.com/image.png" type="text"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; </code></pre>
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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