The divider on the sample page is an image file. You may use another divider if you wish.
To place an image on the page, first position the cursor on the line where you wish the image to appear. We will insert the first divider bar under the heading so place the cursor on the third header line ("Please contact us ."). Clicking Insert from the main menu, and then clicking Image opens the Select Image Source dialog box, as shown in Figure 5. Select the desired image. Note that the image should be placed in the same folder as the Web Site that you are creating.
The divider image is named bar.gif and should have been copied to the dreamweaver directory, as discussed previously in this document.

Figure 5: Select Image Source dialog
Notice that the image is enclosed in a rectangle. This means that it is the current object and its properties are displayed in the Property Inspector.
The Width (W) and Height (H) of the image (in pixels) is displayed in the upper-left part of the Property Inspector box. We want the bar to stretch across the entire page regardless of the screen characteristics of any specific computer. You may experiment with the height setting but leave it in pixels. Simply highlight the entry in the height box (H) and replace it with any number of pixels to set the height of the bar. You may go back and change the properties of any image by clicking on the image and then adjusting its properties in the Property Inspector box.
Tables are frequently used in Web pages for a variety of reasons. Of course, data that needs to be displayed in rows and columns should be placed in a table. Tables are also used to place text next to images, display text in columns, or to insert information that is separated by blanks but is displayed on the same line. Typically, the size of tables is automatically adjusted to fit the size of the browser window.
We will use a table to hold the links to each of the location headings in the page. These links will be placed between the separator bars.
The "Border" entry defines thickness of the border that separates each table element. A setting of "0" causes no border to appear. A setting of about "2" is normal if you want the border to be displayed. The "Cell Padding" entry defines the amount of space between the border for each table element and whatever information you type into that element. "Cell Spacing" defines the amount of space between table elements.
The table is surrounded by a thick line, which indicates that it is the current object selected on the page. Its properties are displayed in the Property Inspector . Notice you can change the border, cell padding, and cell spacing for a table using the Property Inspector.
You may modify or delete a table by positioning the cursor on the upper left corner until the four-way arrow symbol appears and then double-clicking the left mouse button. The table is surrounded by a dark solid line. This indicates that the table is selected as the current object on the page. At this point, you may delete the table by pressing the "Delete" key on the keyboard, or modify its properties in the Property Inspector box. You may also adjust the width of the specific columns or the height of specific rows. Select the table by double-clicking on the upper left corner and slowly moving the cursor to the border between the first and second table element. When the opposite-facing arrows appear, hold down the left mouse button and drag the border either right or left. When you release the mouse button, the border has been moved to the new position.
next: Inserting Links