Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>use </p> <pre><code>&lt;tr valign="top"&gt;...&lt;/tr&gt; </code></pre> <p>also your html looks incomplete.</p> <p><strong>UPDATE</strong></p> <p>add <code>style="height:100%;"</code> on the first 2 rows so the entire extra height is transferred to the 3rd row.</p> <pre><code>&lt;table class="input" border="1"&gt; &lt;tbody&gt; &lt;tr style="height: 100%;"&gt; &lt;td valign="top"&gt;G:&lt;/td&gt; &lt;td valign="top"&gt;&lt;select id="GId" maxlength="50" name="GId"&gt; &lt;option&gt;&lt;/option&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.google.co.in/logos/2010/flintstones10-hp.jpg"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr style="height: 100%;"&gt; &lt;td valign="top"&gt;Type:&lt;/td&gt; &lt;td valign="top"&gt;&lt;select id="EId" maxlength="50" name="EId"&gt; &lt;option&gt;&lt;/option&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 name="ManagerPersonId" maxlength="50" id="ManagerPersonId"&gt; &lt;option&gt;&lt;/option&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 value="http://www.mysite.com/image.png" size="60" name="PictureLink" maxlength="200" id="PictureLink" 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.
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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