|
Basically I may have a news article in my database that within the article I wish to Bold or underline some text. With the default ASP coding it shows the HTML tags as they are <b>Bold</b> or <u>underline</u> and does no formatting to them when displaying them in the browser. Like I said with FP there is an option to say that database column values contain HTML and it will leave out the tags and show the formatted text like it should be shown.
Last edited by jtsocr153; 11-22-2004 at 10:24 PM..
|