Ticket #12764: contenteditable.html
File contenteditable.html, 463 bytes (added by , 10 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> |
4 | <link href="../contents.css" rel="stylesheet"> |
5 | <title>Pasting in contenteditable</title> |
6 | </head> |
7 | <body contenteditable="true" class="cke_editable"> |
8 | <table border="0" cellpadding="0" cellspacing="0" style="width:100%"> |
9 | <tbody> |
10 | <tr> |
11 | <td style="color: #5f2351; font-size: 18pt;"> |
12 | Hello & welcome to K-talk |
13 | </td> |
14 | </tr> |
15 | </tbody> |
16 | </table> |
17 | </body> |
18 | </html> |