IE centering weirdness
- Started
- Last post
- 8 Responses
- wade
I've just coded up an E-newsletter and there's some weirdness going on only in IE on XP. Everything (Firefox, Safari and IE Mac) look fine.
The text inside the tables is center justifying. I have no centering set in the HTML. Why?
- lvl_130
no offense, but if you are only testing on mac, that is a real problem. you def. need to test on a pc for the most used browsers, especially for an e-newsletter.
not trying to be a jerk, but the crappy reallity is that mac an pc often read html very different...especially in e-newsletter form
- cloned0
post it
i'll take a looksy
pc/mac in house
- lvl_130
oh, and to clarify: i work on mac at work and pc at home.
currently at home, so what clone said about posting it.
- wade0
- acescence0
it's becasue the table is in a center aligned div
remove the doctype uri to put IE in 'quirks' mode to fix
- wade0
Wicked, it's fixed. Thanks!
- cloned0
holy shit i leave for 2 seconds and i dont even get to help
congrats ace
- lvl_130
no doubt. nice one ace!