OfficeAnimal
Technical User
I have a paragraph CLASS defined thus:
.quote
{
FONT-FAMILY: Times, serif;
FONT-SIZE: 12pt;
FONT-STYLE: italic;
PADDING-LEFT: 2.5em;
PADDING-RIGHT: 2.5em;
}
If I want to include the reference to that quotation in normal (upright) font, without going outside the 'quote' paragraph, how do I stop the text being italic?
.quote
{
FONT-FAMILY: Times, serif;
FONT-SIZE: 12pt;
FONT-STYLE: italic;
PADDING-LEFT: 2.5em;
PADDING-RIGHT: 2.5em;
}
If I want to include the reference to that quotation in normal (upright) font, without going outside the 'quote' paragraph, how do I stop the text being italic?