| 1 | |
|---|
| 2 | <!DOCTYPE html> |
|---|
| 3 | <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> |
|---|
| 4 | <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> |
|---|
| 5 | <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> |
|---|
| 6 | <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]--> |
|---|
| 7 | <head><title>asf</title> |
|---|
| 8 | <meta charset="utf-8"> |
|---|
| 9 | <script language="javascript" src="ckeditor.js"></script> |
|---|
| 10 | </head><body style="text-align: center; margin-top: 80px;"> |
|---|
| 11 | |
|---|
| 12 | <textarea id="editor1"></textarea> |
|---|
| 13 | |
|---|
| 14 | <script> |
|---|
| 15 | CKEDITOR.replace( 'editor1' ); |
|---|
| 16 | </script> |
|---|
| 17 | |
|---|
| 18 | </body></html> |
|---|