This topic is locked

Applying HTML Code

8/11/2006 2:07:03 PM
ASPRunnerPro General questions
W
waynem author

I have created a new record for my MSSQL 2005 database which includes paragraphs, but when I view this record the paragraph does not appear.
I then tried to use <p> within the data I placed in this field, but it displayed as <p> and not as a paragraph.
The field type is VARCHAR(MAX)
What can I do so that I can have html formatting in this or any field type?
Thanks for your help.

W
waynem author 8/11/2006

I have created a new record for my MSSQL 2005 database which includes paragraphs, but when I view this record the paragraph does not appear.

I then tried to use <p> within the data I placed in this field, but it displayed as <p> and not as a paragraph.
The field type is VARCHAR(MAX)
What can I do so that I can have html formatting in this or any field type?
Thanks for your help.


Never mind, I figured out how to change the fields so they are WYSIWYG capable.
Works great!