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 this for general purposes. Even span or div which is inside whatever :
width:inherit; display:block;margin:0 auto;