I have a content type that uses a multiline text field (text area) and I want to remove the default

tag on this for this content type. I do not however want to make it plain text because I need to be able to use links withing this field. Any ideas what template I can find this in?

Thanks for any help.

Comments

matt_harrold’s picture

Remove the "Line break converter" from your default input format (admin/settings/filters/1) and force users to manually add < br/ > tags.

jive01’s picture

Worked like a charm :)