On 8 Aug, 2007, at 22:50 PM, ravi wrote:
>
> Now my question: I am trying to create a display plug-in and though I
> ...
I have one more question: is it only through the CSS that I can
control the layout or is there some way to drive the HTML layout used
in the book info panel? Here is what I would like to do:
* Display the title on top (similar to Default Display)
* Show author, year, publisher, and a few other bits of info in a box
that
floats left, with lines separating each item
* Show the summary to the right of the info box
* List the genres in small font at the bottom
One way to get this sort of ordering is by generating the HTML. I
could achieve this using CSS by "position: absolute", I suppose... is
there some other mechanism I am unaware of?
Also, I assume I can get to the class name of the fields in the
fields.csv file by just adding the name to the prefix "books-"? (e.g:
div.book-genre, etc)?
Thank you,
--ravi