hmtl error

Permalink 1 user found helpful
im trying find out how to centered hmtl boxes correctly

 
foiseworth replied on at Permalink Reply
foiseworth
To horizontally centre a div (which I presume you mean by box) you can add the css:

margin: 0 auto;


For vertical have a read of this for different techniques:

http://blog.themeforest.net/tutorials/vertical-centering-with-css/...

To centre both vertically and horizontally:

http://css-tricks.com/snippets/css/exactly-center-an-imagediv-horiz...
getthemwallace replied on at Permalink Reply
thank u