I hope someone can help! This is a wordpress site. In IE the site isn't centered...it's correct in all other browsers. http://www.isiscms.net/blugruv/ I could really use some help. Thanks in advance! Michelle
You don't have a DTD, so IE is in quirks mode where it is stupid. Put this on the first line of your html file: <!DOCTYPE HTML> Code (markup): That should fix things. cheers, gary