| Author: Charles 02 Jul 2009 | Member Level: Gold | Rating:  Points: 2 |
go to option under your tools menu, select advance tab and click 'reset'. reset everything, close your IE8 and rebuild your program should be fine
|
| Author: gaurav tyagi 02 Jul 2009 | Member Level: Silver | Rating:  Points: 2 |
I tried it but not working.Actually in this problem in IE 8 a <PRE> tag is automatically generated that is causing problem
|
| Author: Anil Kumar Pandey 03 Jul 2009 | Member Level: Diamond | Rating:  Points: 2 |
hi,
use the compatibily option that will make sure that the page is run same as ie7 in IE8 browser .try this.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=7" />
Thanks & Regards Anil Kumar Pandey
|