Jump to content

[SOLVED] centering div's with css


Lambneck

Recommended Posts

i have a centering issue that I hope someone can help me with.

I'm trying to get all the <div>'s inside the body tag to be centered.

 

I have a set up similar to the following:

<body>
<div id="1">
  <div id="2">
   <div id="head"></div>
   <div id="body"></div>
   <div id="foot"></div>
  </div>
</div>
</body>

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/146975-solved-centering-divs-with-css/
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.