[edit: with big problems it helps to get your post in front of the right eyes, moved to Post Installation forum.]

Hi. Please Drupal programmers, guru, god.... all who can help me.

I have a big problem with input formats. I created content type by CCK module, but in field "Body field label" (default value - Body) I leave empty. Then I created many fields. Next I create many nodes. But interesting moment, if content type don't have field "Body field label" (field empty), I don't see function Input formats!!!! It is very BIG PROBLEM. So when I create content by any WYSYWIG editor, and don't use field "Body field label", content have html tags!!! I change in Admin Settings/Input formats/ default value as a Full HTML, but it has not helped. very bad.
So, question, how I can use Input Formats in my content type and see text without html tags???

Comments

papile’s picture

Make sure that below each field you put in CCK, that the type is set to full html. In fact, in the admin area, set full html as the default filter. Then you have to make sure that in the filters, that your users have the proper permissions to post html.

JirkaRybka’s picture

I'm not sure about 5.x yet, but on 4.7.x CCK fields were filtering only when the textarea had more lines in size - if set to only just one line, it was only just plain text. So it might be worth a try to play with the size.