|
Hi,
I have no code on my webpage. I am trying to set the background color first.
I created a small image on fireworks with gradien so that can be used for the background on the website.
I want this small image to repeat itself through the whole page:
Here is the code:
<!--
body {
background-image: url(images/bk.jpg);
}
-->
</style></head>
<body>
What else can I add?
|