Assume the following source structure:
Now I want (simplified) to change the font size of all text which follows "<b>mytitle1234</b>" but only on the same hierarchy level.
If I code
then the fontsize of only the <h3> element will be changed.
But I want to change "ccc" "ddd" "eee" as well (but not "lineoutside").
How can I achieve this?
Peter