5 Apr
2007
5 Apr
'07
4:38 p.m.
On Thu, Apr 05, 2007 at 04:30:44PM +0100, MJ Ray wrote:
Chris G <cl@isbd.net> wrote:
h1.header, h2.header, h3.header, h4.header, h5.header, h6.header { [...] But none of the h1/h2/h3/h4 'inside' the header seem to work. They still get a default white background.
An h1 inside the header would be .header h1 {} and not h1.header (which is an <h1 class="header" />).
Hope that helps point you the right way,
Thank you! I knew it was something silly/simple. All working as I expected/wanted now. -- Chris Green