Header, Content, Footer layout

M

Mel

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
 
M

Masudur

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 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
 
M

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
Masudurhttp://munnacs.110mb.com

Great, I'll give it a try. Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,479
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top