Click to See Complete Forum and Search --> : Master Page!!


Frank100
June 24th, 2008, 02:21 PM
<body>
<form id="form1" runat="server">
<div>
<table width="100%">
<tr>
<td colspan="3">
<uc1:Header ID="Header1" runat="server" />
</td>
</tr>
<tr>
<td width="100px">
LEFT NAVIGATION
</td>
<td>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
<td>
&nbsp;&nbsp;
</td>
</tr>
<tr>
<td colspan="3">
Footer
<asp:Image ID="Image3" runat="server" Height="50px" ImageUrl="Images/Footer.jpg"
Style="z-index: 118; left: 11px; position: absolute ; top: 367px" Width="1000px" />

</td>
</tr>
</table>
</div>
</form>
</body>

I am trying to fix this Image with the Footer of Master Page as you can see in this code.But Image is not moving with the Footer...
Please provide solution..