*Very* simple page layout problem

M

Mike

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?
 
S

Stefan B Rusynko

Did you set your page margins to 0?




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

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

Top