I have a web page at www.umdwebo.za.net with:-
<body background="images/rockart.jpg">
coded within the HTML. This works but I want that effect to come from a style.css file and I have therefore written :-
body {background-image: url(images/rockart.jpg) }
into the style.css file,which I do link rel to, but cannot get this background image to display.
Please tell me how I got this wrong?