Hai,<br><br>I couldnt get the layout height while using layout in teeda.<br><br><b>layout.html</b><br>**************<br><br>&lt;html xmlns:te=&quot;<a href="http://www.seasar.org/teeda/extension">http://www.seasar.org/teeda/extension</a>&quot;&gt;<br>
&lt;head&gt;<br>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br>&lt;title&gt;&lt;label id=&quot;layoutLabel&quot;/&gt;&lt;/title&gt;<br>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../../css/master.css&quot; /&gt;<br>
&lt;/head&gt;<br>&lt;body id=&quot;layoutbody&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot;&gt;<br>&lt;table border=&quot;1&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;<br>&lt;tr&gt;<br>&nbsp; <b>&lt;td width=&quot;15%&quot; valign=&quot;top&quot; class=&quot;menuColor2&quot; height=&quot;100%&quot;&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;te:include id=&quot;layoutMenu&quot; te:src=&quot;/layout/<span style="background-color: rgb(255, 0, 0);">menu.html</span>&quot;/&gt;<br>&nbsp; &lt;/td&gt;</b><br>&nbsp; &lt;td valign=&quot;top&quot; align=&quot;left&quot; height=&quot;100%&quot; width=&quot;100%&quot; class=&quot;mainColor&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;te:includeChildBody id=&quot;layoutChildBody&quot;/&gt;<br>&nbsp; &lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;/table&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br><b>menu.html:</b><br>**************<br>&lt;html xmlns:te=&quot;<a href="http://www.seasar.org/teeda/extension">http://www.seasar.org/teeda/extension</a>&quot;&gt;<br>
&lt;head&gt;<br>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../../css/master.css&quot; /&gt;<br>&lt;/head&gt;<br>&lt;body&gt;<br>&lt;form id=&quot;menuForm&quot;&gt;<br>&lt;center&gt;<br><b>&lt;table border=&quot;1&quot; height=&quot;100%&quot; width=&quot;100%&quot;&gt;</b><br>
&lt;tr class=&quot;logoColor&quot;&gt;<br>&lt;td valign=&quot;top&quot; height=&quot;10%&quot;&gt;&lt;img src=&quot;../../img/logo1.JPG&quot; align=&quot;left&quot; height=&quot;50px&quot; width=&quot;120px&quot;/&gt;&lt;/td&gt;<br>
&lt;/tr&gt;<br>&lt;tr valign=&quot;top&quot;&gt;<br>&lt;td&gt;<br>&lt;div id=&quot;isManager&quot;&gt;<br>&lt;a href=&quot;../employeemaster/employeemasterList.html&quot; class=&quot;menu&quot;&gt;&lt;span id=&quot;employeemasterLabel&quot;&gt;&lt;/span&gt;&lt;/a&gt;<br>
&lt;a href=&quot;../costmaster/costmasterList.html&quot; class=&quot;menu1&quot;&gt;&lt;span id=&quot;costmasterLabel&quot;/&gt;&lt;/a&gt;<br>&lt;a href=&quot;../customermaster/customermasterList.html&quot; class=&quot;menu&quot;&gt;&lt;span id=&quot;customermasterLabel&quot;&gt;&lt;/span&gt;&lt;/a&gt;<br>
&lt;a href=&quot;../partnermaster/partnermasterList.html&quot; class=&quot;menu1&quot;&gt;&lt;span id=&quot;partnermasterLabel&quot;&gt;&lt;/span&gt;&lt;/a&gt;<br><br>&lt;/div&gt;<br>&lt;div id=&quot;isAdmin&quot;&gt;<br>
&lt;a href=&quot;../test/itemstest.html&quot; class=&quot;menu1&quot;&gt;Admin Area&lt;/a&gt;<br>&lt;/div&gt;<br>&lt;a href=&quot;../timesheet/index.html&quot; class=&quot;menu&quot;&gt;&lt;span id=&quot;timesheetLabel&quot;/&gt;&lt;/a&gt;<br>
&lt;a href=&quot;../expensesheet/index.html&quot; class=&quot;menu1&quot;&gt;&lt;span id=&quot;expenseLabel&quot;&gt;&lt;/span&gt;&lt;/a&gt;<br><br>&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;tr valign=&quot;middle&quot; align=&quot;center&quot;&gt;<br>
&lt;td&gt;<br>&lt;input type=&quot;button&quot; id=&quot;doLogout&quot; value=&quot;logoutLabel&quot; align=&quot;right&quot;&gt;&lt;/input&gt;&lt;/td&gt;<br>&lt;/tr&gt;<br><b>&lt;/table&gt; </b><br>&lt;/center&gt;<br>&lt;br/&gt;<br>
&lt;/form&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>if i run menu.html file seperately i got 100% height for that table.<br>After including to layout.html i couldnt get 100% height for that table.<br><br>Please help me to solve this problem<br>
<br>I have attached the screenshots.<br><br><br>Thanks in advance,<br>トマス<br><br><br><br><br>