Top Menu

 Simple html text editor
we tell how to install html text editor
TinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.

 <html>
<head>
    <title>Demo 1 : It-solution</title>
</head>
<body>
<div id=”sample”>

<script type=”text/javascript” src=”http://js.nicedit.com/nicEdit-latest.js”></script>

<script type=”text/javascript”>
    bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
</script>
<form name=”” id=”” action=”demo.html” method=”post”>

<h4>First Textarea</h4>
<textarea name=”area1″ style=”width:400px;” cols=”35″></textarea><br>
<input type=”submit” name=”” value=”Submit”>

</form>
</div>
</body>
</html>

See the examples below:

About The Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Close