Is it possible to prevent / adjust the empty line / vertical space below the collapse environment?

Comments

pukku’s picture

Maybe? My guess is that there is another input filter that is adding extra whitespace. The collapse_text module tries to remove some obvious whitespace, but it can't catch everything.

Are you familiar with the devel module and PHP development? There are some tips I can give for determining exactly what's happening, but only if you're comfortable with devel/php...

Ricky

evrk’s picture

i'm also interested in reducing the space between collapsible areas. did you ever figure it out rbredereck?

onewomanbiz’s picture

Regarding the vertical space between collapse environment, this is an empty <p></p>.

pukku’s picture

Status: Active » Closed (works as designed)

Hi! collapse_text doesn't introduce any extra space, so if there is an extra `<p>` pair, it is likely due to the use of a WYSIWYG editor or such.