I want to center an object using CSS and no hacks, is this possible and how?
I have tried this, but than my p tag is gone.
.centered { position: fixed;
Use margin: auto like this:
margin: auto
margin: 0px auto