Código:
Pero en explorer no , por ahi me dijeron que en el BODY agregara "text-align:center" y de hecho si funciona, pero pues tambien me centra todo el texto que dependa del body ( no se si me explico).<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Centrar en explorer??</title> <style type="text/css"> <!-- body { text-align: center; background: #cccccc; } #cuerpo { position: relative; width: 700px; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px; background: #ffffff; } --> </style> </head> <body> <div id="cuerpo"> dentro de cuerpo </div> </body> </html>
Asi se aplica o hay otra forma?