Quote:
Originally Posted by mzmm
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!