12 May
2000
12 May
'00
9:20 p.m.
Hi: I'm trying to create a DTML Document that displays a bunch of DTML Methods or Documents which contain HTML. When I view the 'master' page I see the raw HTML. I know it must be something with the fmt= , but I can't find it. Here is what I have: ------------------------- <h2>Section 1: Applications</h2> <dtml-var "apps.draft_1_dave" fmt="html"> <hr> <h2>Section 2: Network Access Devices</h2> <dtml-var "nad.draft_1_acd" fmt=html> ------------ what do I need to set fmt to so that the master Document reders the sub-methods/documents not as raw html, but as html text? when I set fmt to something, that is the text I see!! -andy diller