View Single Post
Old 03-30-2014, 12:36 AM   #6
tempura
Connoisseur
tempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipediatempura knows more than wikipedia
 
Posts: 71
Karma: 47102
Join Date: Dec 2013
Location: Outside the Universe
Device: Kindle PW3
Quote:
Originally Posted by blackxacto View Post
Tried to open the ebook in Textwrangler, but it said I had to save as an html doc first, so I did, then inserted the last line "p {text-indent:1em}", then decided I didn't know what the hell I was doing, so I opened Sigil and inserted the p {text-indent:1em} last in each text chapter, but to no effect.
Umm, did you link the .css file to HTML. If you didn't then in SIGIL, just right click on the HTML and select "Link Stylesheets", tick the name of the css file and click "OK".

Or you could manually add this text to the HTML within the <head>...</head>

Code:
<link href="[filename].css" rel="stylesheet" type="text/css"/>
where [filename] is the name of the CSS.

Last edited by tempura; 03-30-2014 at 12:39 AM.
tempura is offline   Reply With Quote