RichText In HTML
-
How can I place a Rich Text Box on a web page? I have a very simple HTML page and I want to show rich text. Thanks
Everything makes sense in someone's mind
-
How can I place a Rich Text Box on a web page? I have a very simple HTML page and I want to show rich text. Thanks
Everything makes sense in someone's mind
I'm not sure I understand your question. Are you trying to create a textarea that allows people to put in rich text? If so, you will have to move out of being "simple HTML" and move into a Javascript-based solution. Try looking for What You See Is What You Get (WYSIWYG) editor plugins for your page. Let me know if I have misinterpreted your question. :)
-
I'm not sure I understand your question. Are you trying to create a textarea that allows people to put in rich text? If so, you will have to move out of being "simple HTML" and move into a Javascript-based solution. Try looking for What You See Is What You Get (WYSIWYG) editor plugins for your page. Let me know if I have misinterpreted your question. :)
Expanding on previous answer, -Take a look at Yahoo's version YUI 2: Rich Text Editor or others Rich-Text Editors for 2010 and Beyond -and/or- -Create from scratch Building a WYSIWYG HTML Editor Using Only JavaScript and HTML