Santiago Restrepo wrote:
> This site ( 
> http://www.utp.edu.co/pruebacrie)<http://www.utp.edu.co/crieprueba>
> works beautifully in  firefox and safari, but it's a total mess in IE. I
> want to ask, why the automatic margins don't work? the site's supposed to be
> centered, but i have no idea why isn't working in IE.
> Kuma
I think ie is in quirksmode because you have no doctype. Try adding this 
doctype, and she if she centers in ie:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to