I fancy I've asked this question before, but I'll try again. I want the following layout:
A Heading (a note expanding on the heading)
Suppose the heading is <h5>, I suppose the neatest I can think of is something like:
H5 {
_ _ ...nice big print ...
}
H5 SPAN.note_relating_to_heading {
_ _ ...smaller ordinary print ...
}
And generate the heading as
<h5>Cheburashka <span class="note_relating_to_heading">(also known as something else in Sweden)</span></h5>
But I wonder if there is a neater way (that is robust)... ?