Hi,

I´ve created a 20 rows text field, but doesnt display the break lines or paragraphs. Something like this in the edit tab:

Blablalblablablalbalblalalbla
blablablalblablallalblblalallal

is shown like

Blablalblablablalbalblalalblablablablalblablallalblblalallal

I´ve tried with
and filtered HTML and full HTML, but nothing changes.

What can I do?

Thanks!

Comments

marcvangend’s picture

Do you use a wysiwyg editor on your fields?

WorldFallz’s picture

Also check the line break filter config for your input formats.

===
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

WorldFallz’s picture

check the line break filter config for your input formats.

===
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

rhrueda’s picture

Hi,

I'm trying with the TinyMCE editor, and the difference is that it inserts the html code between the text, like this:

blablablalbalblal ..............html tags ...... blablalballbalal ...... html tags .......... blablablalablalba

In the input formats I´m trying with filtered and full html option, but nothing changes. Maybe this happend because the break line tag and the paragraph tag doesnt appear. These are the html tags in filtered html: <..a> <..em> <..strong> <..cite> <..code> <..ul> <..ol> <..li> <..dl> <..dt> <..dd>

I´ve to comment that this only happens in the custom text fields I create with cck, but everything goes all right in the default "body" of the content.

:(

Solved: I forgot to select "filtered text" option instead "plain text" in the text processing option in every cck custom text field. Sorry!!

And thanks!

drupalshrek’s picture

I was having the same problem: user added lots of nice new lines, but when displayed, they were all lost.

Solution: Changed "Text processing" value for the field (http://mysite.com/admin/content/node-type/profile/fields/field_about_me) to be "Filtered text (user selects input format)" rather than "Plain text", and it now works very well. Thanks!

drupalshrek