
Originally Posted by
Early Out
404 not found?
Just kidding, I bet he removed it. 

Originally Posted by
GAK
Thanks for all of your help. I tried to fix it and I couldn't make it work. I also found that I have a link problem that has to be fixed. So, I am going to re-group and start over. I'll just make it simple, which my little one page website is anyway. I'll just go with what's in Nvu for colors, for now. Or just leave it white.
If you just want a solid color for your background, put this in between the <head> and </head> tags in your HTML:
HTML Code:
<style type="text/css">
<!--
body {
background-color: #66CCFF;
}
-->
</style>
Of course you'll want to substitute the "#66CCFF" with a HTML color code of your choice. 

Originally Posted by
GAK
That cPanel is a bit much for me right now also. Could you guys help me with one more thing? My file set-up? How do I set-up my files on my computer properly for uploading to the server? If I decide to use an image for my background, how do I file that so it will upload with my index page properly?
You don't have to change anything about the files to upload them correctly. The way you are uploading them now is fine. The problem is your HTML code and how it's referencing the image. You'll need to manually edit your HTML as Early Out describes. Then, if you upload both the HTML page and the image, it should work just fine.
I would recommend using an FTP application like FileZilla to easily upload your files instead of cPanel's built in uploader.