Hi
When i insert
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
into HTML view then switch to Normal and back to HTML view the HTML is changed to
<dl>
<dt>Coffee
<dd>- black hot drink
<dt>Milk
<dd>- white cold drink </dd></dl>
Which is breaking our W3C check. It only seems to do this in IE.
Have just tried this on your demo page.
Thanks