Quote:
Originally Posted by cybmole
problem is you don't usually just have <p> text, you have <p class="calibreX" > text and you can't apparently have <p class="whatever" as well as "text-indent: 0" all in the same line.
|
It should be possible to have <p class="calibreX" style="text-indent: 0">, and the "style" should take preference over whatever properties implicit in the "calibreX" class.