Option tag gets mangel when pasting HTML

  •  07-10-2013, 3:21 PM

    Option tag gets mangel when pasting HTML

     

    If i paste

     

    <select style='margin:0px;width:120px'>
    <option value="Test1">Test1</option>
    <option value="Test2">Test2</option>
    </select>

     

    into the HTML view and then switch back to design view. The editor changes the html to

    <select style='margin:0px;width:120px'>
    <option value="Test1" />Test1
    <option value="Test2" />Test2
    </select>

View Complete Thread