kensington43
Technical User
Please advise the best way to preserve bullets entered into my CF MX 6.1 web site using Access 2000 Database.
Example of user entry into Form:
[ul]
[li]item 1[/li]
[li]item 2[/li]
[/ul]
Result on my View Record Web page:
Code:
item 1
item 2
Form preview page that the variable is coming from:
Code:
<input type="text" name="myField" value="#htmleditformat(FORM.myField)#">
View record page:
Code:
<pre>#myField#</pre>
Currently it will not show the bullets that the user entered in the form on the View Record page.
Please advise.