Quote:
Originally Posted by Donkey Thats because it needs to be hosted on like the internet or your server, or whatever...
If the image is on your computer, it won't work UNLESS you are viewing it from your computer.
Try this: HTML Code: <BODY
BACKGROUND="wVx2.png"
BGCOLOR="#FFFFFF"
> If that doesn't work you could use CSS HTML Code: <style type="text/css">
body
{
background-image: url(wVx2.png);
background-color: #000000
}
</style> |
Now It wont let me scroll

If I preview it, it wont even show a Scroll bar

Should I try adding a Width and Height?
*EDIT: I fixed it up, I added a height and width(Like this:
HTML Code:
<style type="text/css">
body
{
background-image: url(http://img410.imageshack.us/img410/8559/wvx2.png);
background-color: #FFFFFF
width:800px;
height:600px;
}
</style> )
And It works

Thanks guys