Kapil,
I’m using 4.1.1GA. Here is my test:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″>
<title>Insert title here</title>
</head>
<body>
<H1>Title</H1>
<P>Before</P>
<PRE>
xxx
xxx
xxx
</PRE>
<P>After</P>
</body>
</html>
When I put this into “test.html” and then open the file with the designer, I get this result:
Title
Before
xxx xxx xxx
After
Note the blank before the first “xxx”: This means that the designer notices the line break but it seems to replace them with ” “.
Regards,