FlaSheridn
07-17-2005, 03:16 PM
In trying to convert an HTML document (Charles Stross's novel Accelerando), using my usual CSS to correct paragraphing (from a double newline to newline+indent), I get the following error:
Unable to parse CSS: file:///Yalo/Users/flash/Documents/Literature/eBooks/Free_eBooks/flashlocal.css
Manually including the relevant directive seems to have no effect (I admit I'm not sure it's valid HTML in that context):
P {text-indent: 1em ! important; margin-bottom: 0 ! important; margin-top: 0 ! important;
padding-bottom: 0 ! important; padding-top: 0 ! important; }
Unable to parse CSS: file:///Yalo/Users/flash/Documents/Literature/eBooks/Free_eBooks/flashlocal.css
Manually including the relevant directive seems to have no effect (I admit I'm not sure it's valid HTML in that context):
P {text-indent: 1em ! important; margin-bottom: 0 ! important; margin-top: 0 ! important;
padding-bottom: 0 ! important; padding-top: 0 ! important; }