Quote:
Originally Posted by theducks
Not a 'naked' span for Italics. A Span with a style (<span class="<selector name here>" ) that contains font-style:italic;
eg (very basic usage)
Code:
.calibre3 {
font-style: italic;
}
|
Right - I had tried <span class="calibre6"> (which is what it used for the original emphasis), but still got the error.