Quote:
Originally Posted by Milad
For bold option add the green code in journal_last_entrybit template
Code:
<div><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]"><strong>$lastentry[entrytitle]</strong></a> ($lastentry[entrydate])</div>
|
This works! :banana:
Quote:
Originally Posted by Milad
to put a space between entries add the green code in journal_last_entrybit template
Code:
<div style="top-margin:5px;"><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>
|
This DOES NOT work!
However, this DID work. (the green)
Code:
<div> <br /><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>