M
msimonov
I just saw a post that because of IE8 coming out later this year that I would
need to add this line of code to all of the pages on my sites
On a per-page basis, add a special HTML tag to each document, right after
the <head> tag
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
some of my FP sites are very large, can someone explain a way to use page
include so that I can make this code appear on each page and not have to
enter it on everypage...also someone told me that the / at the end should not
be there and to leave it out...is this correct..I do not know much html so
please explain simply for a newbie
need to add this line of code to all of the pages on my sites
On a per-page basis, add a special HTML tag to each document, right after
the <head> tag
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
some of my FP sites are very large, can someone explain a way to use page
include so that I can make this code appear on each page and not have to
enter it on everypage...also someone told me that the / at the end should not
be there and to leave it out...is this correct..I do not know much html so
please explain simply for a newbie