Ok I’m designing my wordpress theme. Everything is really moving along smoothly. IO want to thank all the boarders here whom have helped me in the past.
Today I noticed a strange CSS issue in my wordpress. In Google Chrome my website is flawless and everything is left aligned
however when viewing the site in IE 7, 8 all my text and article text all of the sudden is centered.
Doesnt make any really sense unless theirs a specific thing I’m doing wrong.
Agreed, those are the sorts of large errors that are not only enough excuse for IE to show stuff weird, but makes it surprising that Chrome actually handles it the way you want.
Throw your page through the W3C validator, and start with the first error and try to work your way down. Since errors cascade due to mismatched tags, sometimes fixing one error will remove 5 from the validator list.
If you read error reports that make no sense, ask here and we can explain what the validator means.