Dominique
|
| Posted: 10/31/2002, 11:55 AM |
|
Hi,
I'm trying to display a menu which is generated by a php function.
In the header file, I've put a Form Label and I use the before show function to call the function; and I set the result in my label with Label->SetValue(my_function)
The function perform some htm tag <table><tr>td> [...].
It works but the html tags are not interpreted as html. Exemple : > become >
How can I do to force my html tags to be considred as HTML tags...
Thank you for you help
Dominique van der Wal
|
|
|
 |
Nicole
|
| Posted: 11/01/2002, 2:27 AM |
|
Dominique,
open field properties (in the Properties window) and set Content property to HTML.
|
|
|
 |
|