You have to use IExplorer 4 or later
and instead of a textarea where the user pastes the news
you will provide him a <span id="news" editable=true></span>
or <div ... or <td...
and in a <input type=hidden name="news_text"> you will set the value
before he submits the form:
news_text.value=news.innerHTML;

and this blob you put in your MySQL.

This only work on IE.

For Netscape, perhaps some other guy will help you.
But, if it is an admin module, you will be able to impose
a browser.

Gabi

always open to new ideas at [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to