Quote:
Originally Posted by Doitsu
You were right. Through trial and error I found out that there was a drop caps style that ADE didn't like:
Code:
p.newsectioninitial:first-letter {
font-size:161.8%;
font-weight: bold;
}
After deleting this style, which didn't work anyway, the "minor errors" message was no longer displayed.
|
Code:
p. newsectioninitialfirstletter{
font-size: 161.8%;
font-weight: bold;
line-height: 0
}
That should work fine. Oh it's not a drop cap. A drop cap sits to the right and drops two or three lines.