hi bruce,
Here is another problem i have encounter after updating to 6.40 , i have a set of html codes put in a field and display using <!-- Net:x:filename --> which used to work ok but after updating it just prints the code instead. code below
<table style="margin-top:20px;margin-left:15px;margin-right:15px;text-align:left">
<tr>
<td style="width:50%;">
<div style="text-align:left;">
<p style="font-size:20px">Leave us a message.</p>
<h1><span class="red">Yvonne:</span></h1><p style="font-size:18px">0779 452 4772</p>
<h1><span class="red">Mike:</span></h1><p style="font-size:18px">0779 452 3737</p>
<h1><span class="red">Luke:</span></h1><p style="font-size:18px">0191 300 7060</p>
</div>
</td>
<td style="text-align:left;">
<div>
<iframe style="border: #a00c04 3px solid;" width="510" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=DL1+1RW&aq=&sll=54.528185,-1.51513&sspn=0.007147,0.01502&ie=UTF8&hq=&hnear=Darlington+DL1+1RW,+United+Kingdom&t=m&z=14&ll=54.528185,-1.51513&output=embed"></iframe>
</div>
</td>
</tr>
</table>