473,396 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Header, Content, Footer layout

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

Jun 25 '07 #1
2 1778
On Jun 25, 9:57 pm, Mel <MLights...@gmail.comwrote:
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/....aspx?tabid=63

check out this tutorial...

will definitely help you

Thanks
Masudur
http://munnacs.110mb.com

Jun 25 '07 #2
Mel
On Jun 25, 11:08 am, Masudur <munn...@gmail.comwrote:
On Jun 25, 9:57 pm, Mel <MLights...@gmail.comwrote:
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/....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!

Jun 25 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Dan V. | last post by:
How do you do a css 2 column layout with header and footer, with the 2nd column auto-stretching so entire page looks good for 800 x 600 resolution as min. and 1024 x 768 resolution as a max? ...
21
by: cman | last post by:
does anyone know why i can't generate images with: header("Content-type:image/jpeg"); imagejpeg($img_number); i've tried different examples but i always get a text output as if the header...
1
by: AndrewF | last post by:
Hi all, I am sure something like this has been covered somewhere so I am hoping a quick answer or pointer may suffice, however a couple of days trawling and I can't find anything on it. I'm...
7
by: xkeops | last post by:
Thinking of creating a website, most of the pages will have a general toolbar menu, a content and a footer. The content will be the only one who's gonna change but the rest (header,footer) will...
11
by: Grischa Brockhaus | last post by:
Hi, I'm trying to produce a div layout containing a header on the top with fixed height, a footer on the bottom using fixed height and a content layer using what's left of the browsers window. ...
2
by: ~john | last post by:
I'm trying to get my header to have 2 images, one for the top left and one for the top right. Here's a link to my page... http://levelwave.com/dev/div/index.html and will eventually be...
1
by: KoosHopeloos | last post by:
L.S., I'm trying to make a layout which is completely fixed in width and height if needed by using three divs rows (header, content, footer) which have each 3 div again to be able to play around...
2
by: darkzone | last post by:
Looked almost ok in my editor but not so good in fire fox. I was going for a layout that was elastic some what. A header with one image repeating 100%, an there image slightly to the left also in...
0
by: krishnagovindaraj | last post by:
Hi, I have to create word document with header and footer..its working in web layout.In Print Layput,the header is displayed two times..Plz give me the solution...its very urgent.. strBody =...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.