Okay, this may be a CSS or PHP question or both.
Basically the idea is this: I have my headings that are multiple words. I want to italicize little words like "a, the, and, of, an, in" etc.
I have done it with a few of my headings that are hard coded into the Thematic Feature Site by adding span classes around the words I want to italicize.
But how would I do this with other headings for posts and pages that are generated automatically by the PHP functions? Is there any solution other than having to manually enter the headings in HTML and adding span classes?
Thanks for any help.