Welcome to Bucaro TecHelp!

Bucaro TecHelp
HTTPS Encryption not required because no account numbers or
personal information is ever requested or accepted by this site

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact RSS News Feeds News Feeds

How to Center a DIV

A DIV is a block element which means that it contains an embedded carriage return before and another embedded carriage return after it is rendered on your webpage. Therefore it delineates a horizontal section or division all the way across it's containing element, which my be the browser window. However, if you specify a width for a div, it may display less wide than it's containing element, in which case you may want to center it.

One way to center a div is to place it within HTML <center></center> tags. This tag dates back to HTML version 1, but is now deprecated, which means it's not guaranteed to work all browsers. However, it still works in all important browsers today and deprecated tags are rarely removed to avoid breaking older websites.

The current proper way to center a div is to use CSS to set both its margin-left and margin-right properties to auto. The code for this is shown below.

<div style="width:200px; height:200px; margin-left:auto; margin-right:auto;"></div>

More Easy Cascading Style Sheets:
• CSS Arts and Crafts - Create a Graphic Cube Using the CSS3 Transform Property
• How to Make Images Responsive
• Easy Rollover Menu Code
• How to Use a Starburst on Your Web Page
• How to Center a DIV Within a DIV
• How to Style a Table
• Understanding CSS Positioning
• Style Your Imagemap Tooltips
• Flat Design and Ghost Buttons
• Spice Up Your Web Forms with Color and Graphics

RSS Feed RSS Feed

Follow Stephen Bucaro Follow @Stephen Bucaro


Fire HD
[Site User Agreement] [Privacy Policy] [Site map] [Search This Site] [Contact Form]
Copyright©2001-2025 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268