mfetting
Posts: 8
|
| Posted: 12/29/2005, 5:25 PM |
|
In Code Charge 3.0.2.1, html code from earlier version that contained the following will not display in the Design window, if you remove the <script src="xxx.js"></script> it will display everything correctly.
Example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Chaplaincy Online</title>
<link href="Themes/Mailbox/Style.css" type="text/css" rel="stylesheet">
</head>
<body class="MailboxPageBODY" text="#000000" vlink="#0000ff" alink="#ff0000" link="#0000ff" bgcolor="#ffffff">
{Header}
<script language="JavaScript" src="xxx1.js"></script>
<script language="JavaScript" src="xx2.js"></script>
Thank you in advance for comments or suggestions.
|
 |
 |
Sean
Posts: 39
|
| Posted: 12/30/2005, 10:15 AM |
|
I contacted support and they sent me a patch for this issue.
|
 |
 |
|