By jive01 on
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
Remove the "Line break
Remove the "Line break converter" from your default input format (admin/settings/filters/1) and force users to manually add < br/ > tags.
thank you!
Worked like a charm :)