Will it be possible to have carriage returns in captions? (i.e. - multi-line captions)
I want to show some paintings in my galleries and would like to enter the caption information that will display on multiple lines (standard art title block form):
We will be adding the option for long descriptions soon. I'm not sure if it will fit into the next version we are preparing to release, but definitely before version 1.0. Long descriptions will allow you to use carriage returns within the description.
It is great to know that plogger will be 'liquid' and implemented using CSS and XHTML. I have some experience with PHP, etc. and am curious if it will be relatively simple (in the upcoming release) to go into the template code and 'move' the caption or navigation into a separate <div> or container on my page? For example, I'd like to put the caption to the right of the images on the image page (in a separate div).
As of now, the caption and various other elements are positioned with a table. You wouldn't be able to change position with CSS, but if you are familiar with PHP, I don't see why you couldn't change the code to output the table how you want.
In future versions, we may have a templating system or a pure CSS positioning system.