Centering objectsTo center a div object you should usually use: margin: auto or margin-left: auto margin-right: auto The Explorer (version??) does not understand this. The explorer uses text-align: center and will also center divs like that. In order to avoid centering all text you will need a sub element that sets text-align: left and margin: 0px. Back to Personal Wiki |