Quote:
Originally Posted by chaley
I haven't tested this in the cover generator but something like it should be close.
Code:
program:
# Show at most two authors on separate lines. followed by the pubdate
authors = sublist($authors, 0, 2, ' & ');
authors = re(authors, ' & ', '<br>');
strcat(authors, '<br><small>', $pubdate, '</small>')
|
Quote:
Originally Posted by jonnyl
Thank you! It doesn't make the font smaller, but it looks fine, so no biggie.
|
Perhaps someone else who is familiar with inline CSS styles can provide something that works.