CF9 - Page Generating Blank Code
Hi,
I have been using coldfusion to generate pages on my server. However I have noticed that coldfusion seems to be generating the code below before the main code of the page. This seems to be affecting code trying to resolve compatibility mode issues in Internet Explorer, etc.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
</body>
</html>
Can anyone please advise if they know why this would be happening?
Many thanks!
