<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
 cite="mid3F2FB49ADAE57C409F1927B1C7389D6E8A37AA@corpmail.brulant.com"
 type="cite">
  <div>
  <p><span> Is it possible to set IE7 in “IE6
Compatibility Mode” or something like that?  Or otherwise specify a
different user agent string? </span> </p>
  </div>
</blockquote>
As opposed to my 1st answer, it IS possible to force IE to report a
different Useragent.<br>
Quote:<br>
<br>
<blockquote>
  <p>"Fortunately, IE5.0 and later allow you to override the user-agent
string used by scripting and sent by the browser.</p>
  <p>Simply save the following as <font face="Courier">IE7UA.REG</font>. 
Double-click the file to merge it into your registry and restart the
browser to see the change.</p>
  <p><font color="#000080" face="Courier" size="2">Windows Registry
Editor Version 5.00<br>
  <br>
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\5.0\User Agent]<br>
"Version"="MSIE 6.0"</font></p>
  <p><font color="#000080" face="Courier" size="2">[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\User Agent\Post Platform]<br>
"SV1"=-</font></p>
  <p>You can easily undo the change by saving and merging the following<font
 face="Courier"> IE7Undo.reg</font>. </p>
  <p><font color="#000080" face="Courier" size="2">Windows Registry
Editor Version 5.00<br>
  <br>
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\5.0\User Agent]<br>
"Version"=-</font></p>
  <p><font color="#000080" face="Courier" size="2">[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\User Agent\Post Platform]<br>
"SV1"=""</font></p>
  <p>You can test the change using a simple page that echos the
User-Agent, e.g.:<font face="Courier"> <a
 href="http://www.fiddlertool.com/useragent.aspx">http://www.fiddlertool.com/useragent.aspx</a>."<br>
  </font></p>
</blockquote>
<p>But modifying the FCKedit - configuration is probably the better way<br>
chris<br>
</p>
</body>
</html>