I want to create a page with the following attributes:

4 "panels" - One top left and square for site logo, one top panel for page
title, one left panel for menu stuff and one large main panel for the main
body text of the page.

e.g.
_________________________
| | |
|____|____________________|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
|____|____________________|

I want the above layout to take up the full page (i.e. 100% width and 100%
height). The menu side panel will be a fixed width, the top title panel will
be a fixed height and the logo square panel will have fixed height and
width.

I can manage to get the above to work using tables but it leaves a approx
1cm gap on the left hand side of the page. Would I be better using divs or
tables for this layout?

Re: *Very* simple page layout problem by Stefan

Stefan
Fri Aug 26 05:19:22 CDT 2005

Did you set your page margins to 0?

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Mike" <mike@hello.com> wrote in message news:eWmc9PiqFHA.272@TK2MSFTNGP15.phx.gbl...
|I want to create a page with the following attributes:
|
| 4 "panels" - One top left and square for site logo, one top panel for page
| title, one left panel for menu stuff and one large main panel for the main
| body text of the page.
|
| e.g.
| _________________________
|| | |
||____|____________________|
|| | |
|| | |
|| | |
|| | |
|| | |
|| | |
|| | |
||____|____________________|
|
| I want the above layout to take up the full page (i.e. 100% width and 100%
| height). The menu side panel will be a fixed width, the top title panel will
| be a fixed height and the logo square panel will have fixed height and
| width.
|
| I can manage to get the above to work using tables but it leaves a approx
| 1cm gap on the left hand side of the page. Would I be better using divs or
| tables for this layout?
|
|