Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
<button> type attribute disappears
<button> type attribute disappears
05-12-2010, 5:58 AM
whiz
Joined on 05-12-2010
Posts 3
<button> type attribute disappears
Reply
Quote
<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