| 1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 2 | <head> |
|---|
| 3 | <title>#5892 - Test Page</title> |
|---|
| 4 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
|---|
| 5 | <script type="text/javascript" src="../ckeditor.js"></script> |
|---|
| 6 | </head> |
|---|
| 7 | <body> |
|---|
| 8 | <p> |
|---|
| 9 | <textarea cols="80" id="editor1" name="editor1" rows="10"> |
|---|
| 10 | <p id="_1304530017125"> |
|---|
| 11 | <span style="font-size: 14pt;"><span style="font-family: comic sans ms,cursive;">Comic</span></span><span style="font-size: 14pt;"><span style="font-family: comic sans ms,cursive;"> Sans Serif</span></span></p> |
|---|
| 12 | <p id="_1304530017126"> |
|---|
| 13 | <span style="font-size: 12pt;"><span style="font-family: georgia,serif;">Georgia</span></span></p> |
|---|
| 14 | <p id="_1304530017127"> |
|---|
| 15 | Arial/Default</p> |
|---|
| 16 | </textarea> |
|---|
| 17 | <script type="text/javascript"> |
|---|
| 18 | CKEDITOR.replace( 'editor1', |
|---|
| 19 | { |
|---|
| 20 | }); |
|---|
| 21 | </script> |
|---|
| 22 | </p> |
|---|
| 23 | </body> |
|---|
| 24 | </html> |
|---|