Quote:
Originally Posted by Rev. Bob
With only that information to go on, I'm more prone to expect that the bug is in your CSS than in the reader.
|
CSS...
Code:
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
.f15px {
font-size: 15px
}
.f20px {
font-size: 20px
}
XML...
Code:
<p class="f15px">The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog.</p>
<p class="f20px">The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog.</p>
All I get is whatever font size is specified by the font size slider. Both paragraphs will be the exact same size. If you see a bug in either the CSS or the code or know of a different way of doing this, please let me know.