Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript" src="http://www.html.am/html-editors/ckeditor/ckeditor.js"></script>
- <script src="http://www.html.am/html-editors/ckeditor/_samples/sample.js" type="text/javascript"></script>
- <link href="http://www.html.am/html-editors/ckeditor/_samples/sample.css" rel="stylesheet" type="text/css" />
- <div id="alerts">
- <noscript>
- <p>
- <strong>This online HTML editor requires JavaScript to run</strong>. Your browser either doesn't support JavaScript, or JavaScript is currently disabled (via preferences or options). Because of this, you will see the raw HTML code instead of the rich text / WYSIWYG editor.
- </p>
- <p>To view the rich text / WYSIWYG editor, please enable JavaScript (or use a browser that supports JavaScript).</p>
- </noscript>
- </div>
- <div style="width:728px;">
- <textarea class="ckeditor" cols="80" id="FullEditor2" name="FullEditor2" rows="10">
- <html>
- <head>
- <title>HTML Editor Sample Page</title>
- </head>
- <body>
- <h2>HTML Editor</h2>
- <p>You can use this online HTML editor to generate HTML code for your own website. You can do all sorts of things with this HTML editor, such as:</p>
- <ul>
- <li>Create <strong>bold</strong> or <em>italic</em> text.</li>
- <li>Change the <span style="color:#800000;">text color</span></li>
- <li>Change the <span style="font-family:comic sans ms,cursive;">font family</span> or <span style="font-size:12px;">font size</span></li>
- <li>Create <a href="http://www.html.am/html-codes/links/">hyperlinks</a></li>
- <li>Create a bulleted list...</li>
- <li>...and much more!</li>
- </ul>
- <p>Once you've got everything looking the way you want, click on the "Source" button above (on the left) to get the HTML source code.</p>
- </body>
- </html>
- </textarea>
- </div>
- <script type="text/javascript">
- //<![CDATA[
- CKEDITOR.replace( 'FullEditor2',
- {
- fullPage : true
- });
- //]]>
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement