I have a webgroupbox and it does not repspect the height property unless it is within a div that restricts the height.
The first one is ok. Not the second.
Gary
<
130px">
="270px">
</
>
Gary,
I am having the same problem with the height value not working in the webgroupbox!!!
Why does it not work?
Thanks,
Keith
Hi Gary,
I did not find WebGroupBox in attached codes. Maybe formatting/filtering removed something. If you want to attach codes, then you may use Options tab, or you may filter text by copy/paste/copy with a plain text editor like notepad.
I tested following and it worked ok.
<igmisc:WebGroupBox ID="WebGroupBox1" runat="server" BackColor="#CCFF99" Height="200px" Text="header" Width="250px"> <Template> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </Template></igmisc:WebGroupBox>