Just to annoy the actinic team you can compact the above into :
html, body {
background: #fff url('harrisons2.jpg');
}
.. now isn't that neater
'tis beautiful.
Although, as a CSS noob (nearly typed nobb ) I find it easier to read and input it the other (long) way as it makes it clear which part does what (without having to look it up)
Comment