On Aug 8, 2007, at 10:23 PM, ravi wrote:
> 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:
...
> 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?
You can change the order of the fields to suit your purposes by
manipulating the order in the CSV file. The rest is up to CSS.
The only potential problem is that users can override this list with
their own, so it might be helpful to not make it too dependent upon
order.
> 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)?
That's exactly it.
-Chris