Formatting Question (2002)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a comments page on my website http://www.rollingbluethunder.com/Feedback5.asp.

The results are saved to a database and then displayed on the page. What I need to know is this...Is there anyway I can set table which holds the stories so that when people start a new paragraph, it displays this and not make it lool like there are no breaks in the story?

Also is there a way so that whatever formatting the submitter uses shows as well. I meant the simple things like when they make some things bold.

Thanks Rob
 
You would have to learn ASP and write/adapt your own code to have this sort
of control. But it could certainly be done.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

ob said:
I have a comments page on my website http://www.rollingbluethunder.com/Feedback5.asp.

The results are saved to a database and then displayed on the page. What
I need to know is this...Is there anyway I can set table which holds the
stories so that when people start a new paragraph, it displays this and not
make it lool like there are no breaks in the story?
Also is there a way so that whatever formatting the submitter uses shows
as well. I meant the simple things like when they make some things bold.
 
The user would have to know to insert HTML tags, such as <p> to create a new
paragraph, <b></b> to bold text, etc.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


ob said:
I have a comments page on my website http://www.rollingbluethunder.com/Feedback5.asp.

The results are saved to a database and then displayed on the page. What
I need to know is this...Is there anyway I can set table which holds the
stories so that when people start a new paragraph, it displays this and not
make it lool like there are no breaks in the story?
Also is there a way so that whatever formatting the submitter uses shows
as well. I meant the simple things like when they make some things bold.
 
Back
Top