For starters, you need to define a site in Dreamweaver 8 and create a background image in Fireworks 8. If you haven't defined a site in Dreamweaver yet, do so now. If you need help defining a site, see "How to Define a Site in Dreamweaver" (TechNote 14028). If you don't have Fireworks or want to bypass this section, you can use the completed background image that is included in the sample files that come with this tutorial. You will still need to save this file to an images folder in your site.
Figure 1. The completed background image
When you are happy with your background image, you can export it to your local site by completing the following steps:
To complete the preparation work, open Dreamweaver if it isn't open already and create a new page. Without making any alterations to this page, save it as repeat.html into the root of your site.
You are now ready to begin working with your bg.gif background image. You'll soon be manipulating it with some very simple, but effective, cascading style sheet (CSS) rules. I would like to point out at this stage that the style sheets in this tutorial will be embedded in the head section of each page you work with. This is a nice way to present the material in the tutorial, because everything is right in front of you. In a real-world production scenario, of course, your style sheet would be an external style sheet, rather than embedded within the head of the document.
Working with external style sheets is explained in depth in another tutorial I wrote for the Developer Center, "Designing with CSS – Part 1: Understanding CSS Design Concepts."