✔ 最佳答案
Don't capitalize the tag "body". Generally use the shortcut method:
body {
background: #XXXXXX url(path to image) repeat-x left center scroll;
}
"#XXXXXX" is the hex color code for the bg color if you want one. Doing it the long way is outmoded although IE may still like it.
Make a Webpage:
Full Web Building Tutorials:
http://www.w3schools.com/
Beginner's HTML Tutorial:
http://www.htmlbasix.com/
How to Create a Webpage:
http://www.make-a-web-site.com/
So You Want To Set Up Your First Site, Huh?:
http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561
Web Site Blog:
http://www.instant-web-site-tools.com/blog/
http://www.w3schools.com/site/default.asp
How to Start / Create Your Own Website: The Beginner's A-Z Guide:
http://www.thesitewizard.com/gettingstarted/startwebsite.shtml
So, you want to make a Web Page!:
http://www.pagetutor.com/html_tutor/index.html
Getting started with HTML:
http://www.w3.org/MarkUp/Guide/
Ron