|
Dreamweaver TutorialsAdding more content to our Rocket Club site There are a few different ways to create a second page. In these tutorials, you’ll create a second page by making a copy of the first one index.htm, note that the second page will have the same layout as the first one, at least till we make the changes. Note: If you want to create a new page layout of your own , you can either use the Dreamweaver table-editing tools or Layout view. You may wish to design a page and call it temp.htm this way you only have to load one page and change the name to create a new page that contains all the images and graphics for your site if you need to learn how to import images you may wish to check out our Fireworks Tutorials. In a more complex site or one which you may need people with less HTML skills to manage you can lock the tables and graphics by using the template feature, this can get a little complex, but don't worry we shall be covering this in later tutorials, The second page to create in the RU Playing site is the Rocket Club memebers page ( we will be using this page much later on when we bring in PHP to show how to connect to a MySQL database this will be detailed in also the PHP tutorials). You’ll create the page by making a copy of the main (index.htm) page, then removing content that shouldn’t appear on the Members page, then adding new images and text. If you need to backtrack on adding and styling text take a look at the earlier tutorials. To create a copy of your first page (index.htm): Select the new duplicated file. click it
to make the filename editable . In the members page, select the rocket image. Save your document your document Ctrl+S. In the members.htm Document window, choose View > Code
to view the HTML code. |
|