T
Tony Benham
I've starting learning a little about css. I'm trying to put a background on
a page I've tried using a css file, calling via
<link rel="stylesheet" href="sitewide.css" type="text/css">
sitewide.css which contains a line
body {background-image: url(zebra1.jpg); background: white; color : black;}
or via the html file itself.
<HEAD> section
<STYLE type="text/css">
<!-- body {background-image: url(zebra1.jpg); background: white; color :
black;} -->
</STYLE>
<HEAD>
However I'm not getting the image for the background. Anyone have ideas what
I'm missing ? The image is in the same directory as the html and css file.
I've tried IE6 as a browser and a coffeecup editor but both behave the same.
Cheers
Tony
a page I've tried using a css file, calling via
<link rel="stylesheet" href="sitewide.css" type="text/css">
sitewide.css which contains a line
body {background-image: url(zebra1.jpg); background: white; color : black;}
or via the html file itself.
<HEAD> section
<STYLE type="text/css">
<!-- body {background-image: url(zebra1.jpg); background: white; color :
black;} -->
</STYLE>
<HEAD>
However I'm not getting the image for the background. Anyone have ideas what
I'm missing ? The image is in the same directory as the html and css file.
I've tried IE6 as a browser and a coffeecup editor but both behave the same.
Cheers
Tony