Quote:
Originally Posted by Elsi
On two of the images, I circled a portion of the author field that doesn't display properly.
|
Funny, it seems it takes the semicolon as a separator for different authors, and the comma as the separator between first and last name, so:
Alexandre Dumas, pè;re
(considering that the è entity is not decoded, it has a semiocolon then) is parsed as:
First author: pè (first name) Alexandre Dumas (last name)
Second author: re (last name)
Quote:
Also, I really like the way the chapters begin 1/2 way down the page & hope to get your CSS so I can apply it to the books I'm making.
|
I usually try to get something a bit more space-efficient...