Page 1 of 1

Distance Between Entry and Extended Entry

Posted: Sat Dec 10, 2005 7:25 am
by mop-boy
I've noticed that when I add an entry, the extended portion always butts right up underneath the regular entry. Is there a simple way to make it provide a default blank line between sections?

Posted: Sat Dec 10, 2005 8:04 am
by Col. Kurtz
you can edit this in your templates entries.tpl. look for

Code: Select all

{$entry.extended}
and put an <br> tag in front of it.

Posted: Sat Dec 10, 2005 9:03 am
by MySchizoBuddy
u could jut put a upper margin to it
in ur style sheet and use this

Code: Select all

.serendipity_entry_extended { margin-top:10px;}
this should already be in ur style sheet. look for it and add the margin

Posted: Sat Dec 10, 2005 8:51 pm
by mop-boy
Thanks! Works great! :D