D'oh! Of course <em> should work! It should apply italics based on the underlying formatting. So, if a heading is bold, defined font-weight: bold; in css, then you're just adding <em> onto that, not doubling up on bold (in theory), with a style that adds bold and italic to the base style.
Too bad it doesn't work like this in layout applications.
|