problem with IE


Author Message
gcn

Posted: 1/28/2013
Quote message 

try putting <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> at the very top of the head section. You have your google analytics script there now. This script needs to be in the <head> section not above the <html> section and the DOC TYPE needs to be at the very top

Hope that helps
 
GCM

Posted: 1/28/2013
Quote message 

One correction the doc type should be at the very top of the page, above the <html> section not just above the <head> section