Andrew Mason wrote: > Hi, can anyone tell me why this isn't centering in IE? > > http://www.smandrew.com/dutch/index.html
You've forgotten to delete the comment above the doctype-declaration, so IE6 is in quirks mode. It can't center on auto-margins then. <!-- Doctype : Choose one and delete this comment --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
