View Single Post
Old 11-24-2007, 03:18 PM   #36
mcortez
Junior Member
mcortez began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2007
Location: Brea, CA
Device: PRS-505
I have a few layout questions...

Is there a way, when using lists to get the wrapped lines to indent and line up with the text from the previous line, like this:
Code:
* Here is some text that happens to wrap to the 
   second and third line  and I would like it to 
   indent and line up
Is there an equivalent to <DL> / <DT> for txt2lrf?

Is there a way to force a page break from the text file?

Are there any plans to support descendant selectors when using the --override-css option?

Code:
/* select paragraph tags inside list item tags */
li p
{
     font-style: italics;
}
Thanks for all the hard work!!!
mcortez is offline   Reply With Quote