solankyno1 0 Report post Posted July 28, 2005 Hi friends, I am creating a forum using ASP and SQL Server. For this we need a WYSIWYG Html text box ( You can say it Rich Text Editor ). It should be like the one used in Vbulletin forums for posting/replying to a topic not the one used in IPB which use BBCode.I have two options either getting the control make by third party or creating it by scratch. I think the second option is bettter but I have less time so it will be better if I can get some help from anywhere regarding this on the internet. Can any body have any idea in this regards.All suggestions are welcome.Thanks in advance. Share this post Link to post Share on other sites
jedipi 0 Report post Posted July 28, 2005 I think the first opition is the best for you since you do have the time to build one from the scratch. To build a WYSIWYG Html text input box is very time comsuming. And there are a lot of choices out there for you. The first one is TinyMCE. This is a platform independent web based Javascript HTML WYSIWYG editor. As you can see from the software name, it is tiny. and easy to use. here it is the website. https://www.tinymce.com/ and here is the demo https://www.tinymce.com/docs/demo/full-featured/?example=true The second one is FCKeditor. This is a javascript base HTML WYSIWYG editor as well. The newest version 2.0 was just released on July 18, 2005. In this new version, it is compatible with most internet browsers which include: IE 5.5+, Firefox 1.0+, Mozilla 1.3+ and Netscape 7+. it can be used in php, asp, jsp... (Don't use the old version. the old version just support IE only) Website: http://ckeditor.com/ Demo: http://ckeditor.com/features The last one that I recommend is HtmlArea It uses in forms and web software as an alternative to plain <textarea> fields. Both Mozilla (includes FireFox) and Internet Explorer are supported website: http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
solankyno1 0 Report post Posted July 28, 2005 Thanks a lot for the info jedipi. Very helpful links you have given. I have given a look on them and I think they suits to my need. I will test them and tell you what I have choose.Thanks once again. Share this post Link to post Share on other sites