Hi hope someone can help, I am new to web design and html but I have created an image in photoshop
and would like it to be my background image on my home page but when I put the html code that I think is
correct the image falls short of filling the browser window and is aligned to the top left corner??
here is the code I am using
<html>
<head>
<style type="text/css">
body
{
background-image:url('pic.psd');
background-repeat:no-repeat;
}
</style>
</head>
</html>
:icon_eek:
and would like it to be my background image on my home page but when I put the html code that I think is
correct the image falls short of filling the browser window and is aligned to the top left corner??
here is the code I am using
<html>
<head>
<style type="text/css">
body
{
background-image:url('pic.psd');
background-repeat:no-repeat;
}
</style>
</head>
</html>
:icon_eek: