Re: Header, Content, Footer layout
- From: Mel <MLightsOut@xxxxxxxxx>
- Date: Mon, 25 Jun 2007 09:22:03 -0700
On Jun 25, 11:08 am, Masudur <munn...@xxxxxxxxx> wrote:
On Jun 25, 9:57 pm, Mel <MLights...@xxxxxxxxx> wrote:
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
window). Then I can apply this master page layout to all of my other
pages. Can anyone direct me to some resources to implement this type
of web page? Can I do it with CSS? If so, how? Anyone have any
examples?
- 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 *** to customize...
http://www.asp.net/learn/dataaccess/tutorial03vb.aspx?tabid=63
check out this tutorial...
will definitely help you
Thanks
Masudurhttp://munnacs.110mb.com
Great, I'll give it a try. Thank you!
.
- References:
- Header, Content, Footer layout
- From: Mel
- Re: Header, Content, Footer layout
- From: Masudur
- Header, Content, Footer layout
- Prev by Date: Website Administration Tool
- Next by Date: Re: Defining the root directory...
- Previous by thread: Re: Header, Content, Footer layout
- Next by thread: Website Administration Tool
- Index(es):
Loading