Hi all,

Does anyone know how to have the paragraphs show as paragraphs in CCK text fields? I have tried both Plain text and Filtered text (user selects input format) but all paragraphs are shown as one no matter what I do...any help will be appreciated.

artesto

Comments

markus_petrux’s picture

Version: 6.x-2.x-dev » 6.x-2.6
Category: task » support
Status: Active » Fixed

When using Text fields as "Plain text", the data is output without formatting, only check_plain()'d. So you need "Filtered text". Then, make sure your input formats are correctly configured. Defaults are fine, but you may have altered that, manually, or installing another module that changes input formats somehow.

The output of the fields also depend on the format selected in the "Display fields" screen.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.