I'm a beginner so I'm not very fluent with HTML yet. So with that being said, I want to place an image in the background so that when you scroll down the page, it stays in the center of the screen. Here's an example of what I mean http://www.adesdesign.net/php/tutorials/css/fixed.html
I viewed the page source and found the code:
<style type="text/css">
body {background: url(images/fixedbg.gif) fixed center no-repeat;}
</style>
I tried copying and pasting the code in my document in Dreamweaver, but it doesn't seem to work. I'm not exactly sure if I need to change the url part or not, since I'm trying to use a picture from a folder on my computer. Maybe there's other ways to code it? Thanks for the help!


