Jump to content

page layout


unknown87

Recommended Posts

<style type="text/css">
<!--
#header {
height: 100px;
}

#navigation {
width: 150px;
height: 400px;
}

#main {
}

#footer {
height: 100px;
}


-->
</style>
<div id="header">Header Content</div>
<div id="navigation">Navigation Content</div>
<div id="main">Main Content</div>
<div id="footer">Footer Content</div>

 

I am having problems with the layout of my page.  At the moment, the "main" div tag is being placed under the "navigation" div tag by default.  But i need the "main" div tag to be in the centre of all the other div tags.

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/130183-page-layout/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.