Right-click that column in the finished Databae Results
Region.
Choose Database Column Value Properties from the shortcut
menu.
Select Column Value Contains HTML.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
>-----Original Message-----
>I have a form that submits to a database and in one of
the
>fields you enter in text surrounded by html code.
>
>When I go to display this field on a results page, you
can
>still see the html code. This is what is use to display
>the talbe column:
>
><%=FP_FieldVal(fp_rs,"tinfo")%>
>
>What would this code look like if I wanted to display the
>text formated from the html code around it without seeing
>the code itself?
>.
>