I successfully created my custom story node to my liking. I have no problem submitting article, however if put html tags such as IMG and others it just consider it plain text.

Is there a way which i can enable html support to my fields?

rgds/rbc

Comments

jadwigo’s picture

When you create a text field for a CCK type you can choose the input format Plain or Filtered text, if you pick Filtered text you can use the normal drupal filters that are also used for the node body

nancygill’s picture

but my text field disappeared. Not sure what I am doing wrong ..

This is a content type that consists of a picture and a text field for caption. However, now my client wants part of the caption in red so I am trying to add an inline style to the text field .. the html prints in the caption. So I did as suggested here .. changed the text format from plain text to filtered but when I went back to my content page .. the field was completely gone. Changing it back to plain text put the field back ... no loss of data .. but how does one get this to work?

This is Drupal 6 latest.

Thanks!