I have a wordpress page set up that appears centered and fine in firefox, but is aligned to the left in explorer 8 - how can I fix this?
Its likely a problem with your template and its cross browser compatability. The fix is to check out your style.css, namely for the header or body (depending on your template). Try adding clearfix and/or margin auto.
My template is working fine, I have added a page within the template (like a sub template) and the compatibility problem is only happening with pages that have this sub-template, but it doesn't have a style.css sheet of its own.
What have you tried to fix the problem, have you added "width" for the elements, if you do not have the width then it will not center, another trick is to set padding-right:auto; padding-left:auto;
I have tried what you suggested, and also tried adding margin-right: auto; margin-left:auto, but none of these work