Sapce between Head/Subline and Copy editable?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
charliespeed
Posts: 21
Joined: Tue 7. Mar 2006, 17:13

Sapce between Head/Subline and Copy editable?

Post by charliespeed »

It's me again... :oops:

One more question (for the moment):

is it possbile to edit the sapce between the Headline/Subline Part and the Copy of a Content Part?

I just want a bit more space between them...

is there any solution to set it within the system or do i have to add an extra line when starting to write my content (e.g. in Plain Text, does the text have to start with a blank line in order to get some extra space between?)
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

$template_default["article"]["div_spacer"] = true; //if true or 'div' = <div>..., if false or not set <br><img...>
$template_default["article"]["head_after"] = '<div style="clear:both; margin-top:20px; padding:0;"></div>';
:idea:
charliespeed
Posts: 21
Joined: Tue 7. Mar 2006, 17:13

Post by charliespeed »

Thanks! Thats it, i guess.
Post Reply