Internet Explorer 8 problem

F

Fred the Ted

I've just installed I.E 8 and my pages now look out of shape with white space
being added/extended between the tables/rows. On the old version they looked
ok. Please see http://www.benidorm.holidays-2.co.uk/. Does anyone know a
quick way to fix this problem as it affects all of the pages and there are
1,000's of them.
 
S

Singapore Computer Service

Hello,

Does it work in Compatibility View? Click the button beside the address bar
in IE8.

If so, force compatibility mode for all ie8 users visiting our site by
adding a

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

before the </head> end tag. So all you need to do is a mass find </head> and
replace with

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> </head>

ref:
http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx


Regards,
Singapore Computer Home Repair Service
http://www.bootstrike.com/ComputerService/
Video Conversion VHS Video8 Hi8 Digital8 MiniDv MicroMv
http://www.bootstrike.com/VHSVideoConvert/
 
R

Ronx

The problem also affects FireFox 3, Google Chrome and probably every other
standards compliant browser. I have not found an answer, but as far as the
Home page is concerned, in my opinion it looks better with the space.
--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
F

Fred the Ted

Your a genious. I later found the "Compatibility View2 when I noticed other
websites were showing up with pages all over the place. I'll now get working
 
S

Singapore Computer Service

Hello,

Sorry, the tag should be right *after* the <head> tag.

So it should be something like this after you make changes
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Just find
<head>

And Replace with
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

I've tested it personally and it works on my end.

Regards,
Singapore Computer Home Repair Service
http://www.bootstrike.com/ComputerService/
Video Conversion VHS Video8 Hi8 Digital8 MiniDv MicroMv
http://www.bootstrike.com/VHSVideoConvert/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top