Cute Editor is rendered with invalid HTML width and height attributes

  •  08-06-2008, 4:44 AM

    Cute Editor is rendered with invalid HTML width and height attributes

    I have noticed that when Cute Editor is rendered the HTML width and height attributes are invalid HTML:
     
    The following:
    <table width="667px" height="308px" cellspacing="0" cellpadding="0" _IsCuteEditor="True" id="CE_Editor_ID" blah, blah, blah
     
    Should be:
    <table width="667" height="308" cellspacing="0" cellpadding="0" _IsCuteEditor="True" id="CE_Editor_ID" blah, blah, blah
     
    This problem is also present on http://www.richtextbox.com/vb/

View Complete Thread