formatting of text in access

R

raj chahal

Hi there

I have a text area within a form that collects user data and enters this
into access db. Later this text is pulled out and put onto a page.

What I want to achieve is some formatting options for the user but I only
want CR and strong and no other formatting options available.

Any ideas welcome. Thanks.

Raj
 
R

Roland Hall

in message : I have a text area within a form that collects user data and enters this
: into access db. Later this text is pulled out and put onto a page.
:
: What I want to achieve is some formatting options for the user but I only
: want CR and strong and no other formatting options available.
:
: Any ideas welcome. Thanks.

Use CSS to set the text attributes to anything you want after the data is
retrieved when you write to the page.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 
M

Mike Brind

raj said:
Hi there

I have a text area within a form that collects user data and enters this
into access db. Later this text is pulled out and put onto a page.

What I want to achieve is some formatting options for the user but I only
want CR and strong and no other formatting options available.

Any ideas welcome. Thanks.

ASP can't apply styles to the content of a text area. If you want to
find a way of allowing users to be able to do this, you need to post a
question to a client-side group. Try comp.lang.javascript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top