<form id="form1" runat="server">
<div>
<asp:Panel ID="pnlHead" runat="server" Width="500" Height="50" BorderStyle="Solid"
BorderWidth="2px" BackColor="#006600">
</asp:Panel>
<asp:Panel ID="pnlBody" runat="server" Height="53px" Width="500px"
BackColor="#CCCCCC" >
<table width="500px">
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="pnlFooter" runat="server" Width="500" Height="50"
BackColor="#006600">
</asp:Panel>
</div>
</form>
No comments:
Post a Comment