Hi Brock,

You can use this css code for your html page.


<title>Untitled Document</title>
<style type="text/css">

body
{
   background-image: url(weave.jpg);
}

</style>

Regards,
Samir Sayyed, (Web Designer)

On Mon, Feb 16, 2009 at 7:01 PM, Brock <[email protected]> wrote:

>
> I developed a CSS file with just the follwing four lines of code so
> far:
>
> body
> {
>    background-image: "weave.jpg";
> }
>
>
> The weave.jpg image resides in the same directory as my html page and
> the css.
>
> So basically I'm wanting to create an html file with the use of a css
> to make the body of the page have the weave.jpg background.... any
> ideas... this is just a practice to get me going on css.
>
>
> <head runat="server">
>    <title>Conversions</title>
>  <link href="MyStyleSheet.css" rel="Stylesheet" type="text/css" />
> </head>
>
>
> THANKS!!
>
>

Reply via email to