I have this problem:
I used htmlArea with ad_form like this:
ad_form -name f -form {
...
...
...
{element:richtext(richtext),optional
{label "<b>Text:</b>"}
{html {rows 4 cols 70 }}
{help_text "optional text" }
{value $def}
{htmlarea_p 1}
}
...
...
...
}
When I want to use it, I see the tools bar but I can't see
the text area where I write, does anyone knows why?