Adding a horizontal center align is a weird feature when you have made the step from a table to div layout. It’s all in the margin. Change the width to your own preferences.

hcenteralign

The html

Horizontal align

This is an example how to center align a div container.

The css

#horizontal_align{
	margin: 0px auto;
	width: 600px;
	}

Check out the example!

Related Posts

Leave a Comment

Get your own Gravatar!
Your email will never be published!

Notify me of followup comments via e-mail

Top of Page