Drupal: empty CCK Text Area are shown with tag <br />
- by Patrick
hi,
I'm using several CCK Text Area in my content page. The fields are optional, but if I don't fill them, I see them on the page anyway, and the content is ..
i.e.
FieldName: <br />
I would like to make them disappear instead..
I found out the problem is that CCKEditor add a even if I've never typed in that window. How can I disable this ?
thanks