Re: How to avoid illegal / invalid HTML Code

  •  07-31-2009, 1:40 AM

    Re: How to avoid illegal / invalid HTML Code

    Hi Adam,
     
    the problem is repeatable there. I entered
     
    Testing <!-- Test />successfully
     
    on the HTML-Tab, and it only displays 'Testing' because of the following invalid HTML-Tag. But unfortunately my application crashes when using invalid HTML, while your demo still works fine.
     
     I've now checked whats the difference between your and my page. It seems that at least IE6 handles invalid tags depending on their position because your text is displayed in a table, and the next table cells are displayed normal again, so the invalid tag (or better: the still open comment-tag) only affects current table cell. So I will check my application now and try to find a 'safe' place for my label.
     
    Many thanks for your support!
     
    Best regards
    Kai
     

    .net Framework 4.0 / ASP.net / VB / CuteEditor 6.7 / SQL 2005
View Complete Thread