Lastly, youll use the tag selector to select all of the HTML in the document, and center the documents contents.
NOTE |
|
Some browsers (such as Internet Explorer 6), center the pages text within the context of the table cells when you use the method described in this section. If you dont like how this looks when you preview the page in the browser, you might want to skip this section, and leave the contents of your page aligned left. |
<body>
tag in the tag selector.
Clicking the <body>
tag selects everything between the open and close <body>
tags in the Document window. To see the selection, click Code view at the top of the Document window.
Dreamweaver inserts CSS <div> tags that center the body content of the page. In Design view, a dotted line borders the area that the <div> tags center.
Your page is now finished. The last task of building your website is to publish the page. To publish the page, you must define a folder on a remote site and upload your files to that folder. For instructions, continue to the next tutorial.