View Single Post
Old 08-05-2013, 12:23 PM   #5
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,060
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Quote:
Originally Posted by mzmm View Post
css:

Code:
.myDiv p {
	text-indent:0;
	font-style:italic;
}
html:

Code:
<div class="myDiv">
	<p>Some Text</p> <!-- this will have the styles from .myDiv p -->
</div>
This is what I have, more or less. The point is that, linking my css to the html text, all paragraphs are formatted as "p". When there is a poem in the text, due to the line breaks, every line is separately formatted as "p", and I had to change, line by line, into ".p1" paragraph class, where I have my poem "specifics".

@Doitsu: How could I achieve the poems becoming unformatted, without changing the formatting manually, line by line? The effect is almost the same as described above.

@Turtle91: Clip Editor, aha, that's probably what I need (first I have to look what is the German translation).

Thanks to all! I really appreciate!
Leonatus is offline   Reply With Quote