รายละเอียดของการตอบ ::
คือผมต้องไปใส่ตรงไหนเหรอครับ นี่เป็นโค๊ดในส่วนของ master page
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 100%;
height: 396px;
}
.style2
{
height: 179px;
}
.style4
{
height: 44px;
}
.style5
{
height: 44px;
width: 149px;
}
.style6
{
height: 44px;
width: 147px;
}
.style7
{
height: 44px;
width: 163px;
}
.style9
{
height: 135px;
}
</style>
</head>
<body bgcolor="#CCFFFF">
<form id="form1" runat="server">
<table class="style1">
<tr>
<td class="style2" colspan="6" style="text-align: center" valign="top">
<img alt="" src="photo/banner3.jpg" style="width: 1250px; height: 176px" /></td>
</tr>
<tr bgcolor="#0066FF">
<td valign="middle" class="style4">
<asp:Menu ID="Menu1" runat="server">
<Items>
<asp:MenuItem ImageUrl="~/photo/menu02 copy.jpg">
<asp:MenuItem ImageUrl="~/minimenu/product.jpg"
NavigateUrl="~/addproduct.aspx"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/minimenu/ptproduct.jpg"
NavigateUrl="~/addproducttype.aspx"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/minimenu/employee.jpg"
NavigateUrl="~/addemployee.aspx"></asp:MenuItem>
<asp:MenuItem NavigateUrl="~/addcustomer.aspx"
ImageUrl="~/minimenu/customer.jpg"></asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</td>
<td class="style7">
<asp:Menu ID="Menu2" runat="server">
<Items>
<asp:MenuItem ImageUrl="~/photo/menu03 copy.jpg">
<asp:MenuItem ImageUrl="~/minimenu/pawn.jpg"
NavigateUrl="~/pawn.aspx"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/minimenu/detail_pawn.jpg"
NavigateUrl="~/detail_pawn.aspx"></asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</td>
<td class="style6">
<asp:Menu ID="Menu3" runat="server">
<Items>
<asp:MenuItem ImageUrl="~/photo/menu04 copy.jpg">
<asp:MenuItem ImageUrl="~/minimenu/rate.jpg"
NavigateUrl="~/rate.aspx"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/minimenu/detail_rate.jpg"
NavigateUrl="~/detail_rate.aspx">
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</td>
<td class="style5">
<asp:Menu ID="Menu4" runat="server">
<Items>
<asp:MenuItem ImageUrl="~/photo/menu05 copy.jpg">
<asp:MenuItem ImageUrl="~/minimenu/expiate.jpg"
NavigateUrl="~/expiate.aspx"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/minimenu/exp_expiate.jpg"
NavigateUrl="~/detail_expiate.aspx"></asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</td>
<td class="style4">
<asp:Menu ID="Menu5" runat="server">
<Items>
<asp:MenuItem ImageUrl="~/photo/menu06 copy.jpg">
<asp:MenuItem ImageUrl="~/minimenu/exp_rate.jpg"
NavigateUrl="~/Update_rate_exp.aspx"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/minimenu/exp_expiate.jpg"
NavigateUrl="~/Update_return_exp.aspx">
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</td>
<td class="style4">
<asp:Menu ID="Menu6" runat="server" Width="153px">
<Items>
<asp:MenuItem ImageUrl="~/photo/menu07 copy.jpg">
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</td>
</tr>
<tr>
<td colspan="6" style="text-align: center" valign="top" class="style9">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
<p>
<span lang="en-us">
</span>
</p>
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td colspan="6" style="text-align: center" valign="top">
<img alt="" src="photo/footer.jpg" style="width: 1250px; height: 70px" /></td>
</tr>
</table>
</form>
</body>
</html>