<button> type attribute disappears

  •  05-12-2010, 5:58 AM

    <button> type attribute disappears

    <button type="button">Click Me</button>

    When i write the above in HTML tab in my cute editor, and preview it in the Normal tab, the code is converted as such:
     
    <button>Click Me</button>
     
    How can I allow the type attribute?
View Complete Thread