View Single Post
Old 01-10-2009, 04:12 PM   #33
mtravellerh
book creator
mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.
 
mtravellerh's Avatar
 
Posts: 9,657
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: Kindle Scribe
Quote:
Originally Posted by llasram View Post
Lies, lies. That'd work for EPUB, but the LRF conversion doesn't use a full CSS parser and that doesn't work. Actually, try it as an EPUB. If that doesn't work for you, what you're going to have to do instead is put a "class" attribute on all of your <p/> tags... So CSS like:

Code:
.noindent { text-indent: 0; }
And HTML like:

Code:
<p class="noindent">This paragraph isn't indented!</p>
Sorry I don't have an easier solution for you...
Hmm, that IS pretty easy in my book

<p style= "text-indent: 0pt"> on the relevant paragraph is working, too. No CSS definition is necessary for that one, especially as it is only needed once in the text..

Last edited by mtravellerh; 01-10-2009 at 04:27 PM.
mtravellerh is offline   Reply With Quote