removes </DT> and </DD>

  •  05-10-2010, 4:41 AM

    removes </DT> and </DD>

    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
View Complete Thread