View Single Post
Old 05-19-2015, 11:36 AM   #3
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
Alda,

If you want to use a stylesheet, you can do:

<p class="noindent">text here</p> in your (x)html file. (Don't forget to link

your CSS).

In the CSS:

Code:
.noindent {
   text-indent: 0;
}
And for direct style in the (x)html something like:

<p style="text-indent: 0";>

But the use of a CSS file is better IMO.
Arios is offline   Reply With Quote