Murray Collingwood schrieb:
If you know of any sites providing formatted text inside a textarea I would be really interested (as would most readers) please post the link.
It's not possible in plain HTML, but in JavaScript (to some degree). There are a lot of such scripts on the web, many of them commercial and not too cheap. In those rare instances where we *have* to allow the user to enter HTML input (which generally is not the best of ideas, as you have to filter the entire input later due to possible CSS attacks), we normally use this one: http://www.dynarch.com/projects/htmlarea/ which 'enhances' a normal <texarea> and therefore is also compatible with Struts. Works with IE, Mozilla and Firefox; users of other browsers have to cope with the HTML tags. Another popular choice would be the FCKEditor http://www.fckeditor.net/ but IIRC that one is *completely* JavaScript-based now and I never tried it in a web app. Something I still have to look at is TinyMCE: http://tinymce.moxiecode.com/ This one is used in the popular Mambo/Joomla! CMS software and might also be worth looking at. HTH, -- Chris
Cheers mc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]