The margin div tags (and others) outside the flex objects are somehow not
working. All attempts to center the page do not work on IE but do work on all
other browsers.
A <CENTER> tag (last resort) somehow blocs presentation of Flex
This Works
</head>
<body><CENTER>
<div class="Page">
<p>XXXXXXXXXXXX</p>
</div>
</body>
</html>
But if you add the Flex Object rather than the text (XXXXX) the page comes up
blank ???
This Css centering should work but does not.
http://www.archaeol ibrary.com/ Gezer/Center/Center.html
Whats going on here?
Dan Pride