Hi
I am a bit stuck.
I have an asp page with a textarea in a form. I can insert/modify text and store it into an access database no problem but I would like to do the following:
1) enter text in the textarea and have the ability to add an href and/or embolden some words (very basic formatting). Submit this to the database in a memo field.
2) when the asp page is viewed in the browser, I would like to display the content with the href tag and the <strong></strong> tags parsed in the normal way by the browser.
Is there an easy way to do this and examples if possible? I don't want to have to download and learn tinymce or cuteeditior for something so simple.
Any help will be much appreciated.
I am a bit stuck.
I have an asp page with a textarea in a form. I can insert/modify text and store it into an access database no problem but I would like to do the following:
1) enter text in the textarea and have the ability to add an href and/or embolden some words (very basic formatting). Submit this to the database in a memo field.
2) when the asp page is viewed in the browser, I would like to display the content with the href tag and the <strong></strong> tags parsed in the normal way by the browser.
Is there an easy way to do this and examples if possible? I don't want to have to download and learn tinymce or cuteeditior for something so simple.
Any help will be much appreciated.