Closed (works as designed)
Project:
Collapse Text
Version:
7.x-2.1-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 17:42 UTC
Updated:
27 Jul 2012 at 17:32 UTC
Is it possible to prevent / adjust the empty line / vertical space below the collapse environment?
Comments
Comment #1
pukku commentedMaybe? 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
Comment #2
evrk commentedi'm also interested in reducing the space between collapsible areas. did you ever figure it out rbredereck?
Comment #3
onewomanbiz commentedRegarding the vertical space between collapse environment, this is an empty
<p></p>.Comment #4
pukku commentedHi! 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.