HTML Alignment Issue in one machine only (both IE8)

try to add this meta tag to your head:

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

That should prevent the compatibility mode in IE and force the standard mode.

Leave a Comment