Enclosed is the style sheet for the file. I took out all references to a specific font and inserted generic "serif" which made the regular text appear in black but made the italics disappear into the white zone (see attached jpg screen capture). I've tried inserting a color attribute into the italic span class, both as "color: rgb(0,0,0);" and also "black" with no change, so I removed them to their original, which did not state any color for the italic.
Interestingly enough I'm not having crash issues anymore. Could there be a conflict with another program I'm running? Although it looks like I'm running the same programs I always do: Photoshop, Bridge & Indesign.
@font-face {
font-family: serif;
font-style: normal;
font-weight: normal;
}
div.generated-style {
}
div.generated-style-2 {
}
p.first-paragraph {
font-family: serif;
line-height: 1.27em;
font-size: 0.92em;
margin-bottom: 0.00em;
margin-top: 9.16em;
text-indent: 0.00em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.paragraph-text {
font-family: serif;
line-height: 1.27em;
font-size: 0.92em;
margin-bottom: 0.00em;
margin-top: 0.00em;
text-indent: 1.36em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
span.generated-style {
}
span.italic {
font-weight: normal;
font-style: italic;
}
|