For instance, this entry here... http://www.dashken.net/index.php?/archi ... ipity.html
I've looked into the freetag plugin, but can't find anywhere that I can add a break.
Hope someone can help. Thanks in advance.
Code: Select all
$return = '[b]<br />[/b]<div class="serendipity_freeTag_related">' . PLUGIN_EVENT_FREETAG_RELATED_ENTRIES . '<br />';That's one way of doing this, but as you suspected yourself already:dashboy wrote:I added a <br /> in the front of... in serendipity_event_freetag.php
That's exacty what's going to happen. The better solution is to create this space using CSS.dashboy wrote:When the author of this plugin upgrade to a newer version, I'd accidentally overwritten this break that I added in.
Code: Select all
.serendipity_entryFooter .serendipity_freeTag {
padding-top: 1em;
}
.serendipity_entryFooter .serendipity_freeTag_related {
padding-top: 1em;
}