I want to set a background colour on one level of headings, but have
their width span only the text & a small amount of padding.
I was styling display to inline to achieve this.
Then I realised I need to have clear: left, to keep the headings against
the lefthand side, should they come near floats.
I can't see how to do this without having to introduce unpleasant extra
markup.
ATM I've resorted to <h3><span>Heading text</span></h3>
With clear on h3 & the background set on h3 span :-/
http://digitalrat.co.uk/test3/index.html
--
Michael
m r o z a t u k g a t e w a y d o t n e t