Distance Between Entry and Extended Entry
Distance Between Entry and Extended Entry
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?
~~
Scott
Scott
-
Col. Kurtz
- Regular
- Posts: 450
- Joined: Thu May 26, 2005 10:43 am
- Location: Bonn, Germany
- Contact:
you can edit this in your templates entries.tpl. look for
and put an <br> tag in front of it.
Code: Select all
{$entry.extended}Marc
-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
u could jut put a upper margin to it
in ur style sheet and use this
this should already be in ur style sheet. look for it and add the margin
in ur style sheet and use this
Code: Select all
.serendipity_entry_extended { margin-top:10px;}