> I have a master page where I want to define a header (centered at top
> of browser window), content, and footer (centered at bottom of browser
[quoted text clipped - 4 lines]
>
> - Mel
hi....
<div id="LayoutHolder">
<div id="Header">
</div>
<div>
<div id="Content">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1"
runat="server">
</asp:ContentPlaceHolder>
</div>
<div id="SideMenu">
</div>
</div>
<div id="Footer">
</div>
</div>
use style sheet to customize...
http://www.asp.net/learn/dataaccess/tutorial03vb.aspx?tabid=63
check out this tutorial...
will definitely help you
Thanks
Masudur
http://munnacs.110mb.com
Mel - 25 Jun 2007 17:22 GMT
> > I have a master page where I want to define a header (centered at top
> > of browser window), content, and footer (centered at bottom of browser
[quoted text clipped - 33 lines]
> Thanks
> Masudurhttp://munnacs.110mb.com
Great, I'll give it a try. Thank you!