RE: css question
Hi,
CSS selectors can match a tag, an element assigned a particular ID, an element assigned a particular class, and certain combinations thereof.
They can not match text patterns and it's difficult to think of a shorter tag than <i> (although I would suggest <em> instead) -- so you are already doing it the best way.
|