I'm nearly there. The only thing I can't seem to work out is why the different pieces of text (Header, Author, Text) do not want to align vertically underneath each other to the right of the date block (see: www.changingplanet.co.uk/test).
I'm using the following settings:
[attachment]Settings.jpg[/attachment]
In here I have added some code in the following fields in order to style the date block:
Second Info Format:
- Code: Select all
<div class="nsp_author">Published by: %AUTHOR [%COMMENTS]</div>
Date:
- Code: Select all
<div class="nsp_date"><span class="nsp_day">%d</span><span class="nsp_month">%B</span></div>
I've tried everything with "float" and "clear" in CSS, but it just refused to do what I want it to do. Any thoughts?