| 1 | <!DOCTYPE html> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
|---|
| 5 | <title>Replace Textarea by Code CKEditor Sample</title> |
|---|
| 6 | <meta charset="utf-8"> |
|---|
| 7 | </head> |
|---|
| 8 | <body contenteditable="true"> |
|---|
| 9 | <table align="right" border="1" cellpadding="1" cellspacing="1" style="width:500px"> |
|---|
| 10 | <tbody> |
|---|
| 11 | <tr> |
|---|
| 12 | <td> </td> |
|---|
| 13 | <td> </td> |
|---|
| 14 | </tr> |
|---|
| 15 | <tr> |
|---|
| 16 | <td> </td> |
|---|
| 17 | <td> </td> |
|---|
| 18 | </tr> |
|---|
| 19 | <tr> |
|---|
| 20 | <td> </td> |
|---|
| 21 | <td> </td> |
|---|
| 22 | </tr> |
|---|
| 23 | </tbody> |
|---|
| 24 | </table> |
|---|
| 25 | <p> </p> |
|---|
| 26 | </body> |
|---|
| 27 | </html> |
|---|