Set up Tables for Templates and Library Item Lesson
For this session you
will be working on some of the base files that need to do the exercises in other sessions.
Create a new folder in your web space called Templates.
Create a page to use for your Template.
- If you have an existing web site that does not need any design work, copy one of your inside pages to the Templates folder. It is very important that you use the Web Page Complete option and that you name the file Template.html. (When you save the file, it will pick up the title tag as a name, otherwise.) Look at the Templates folder, you should see a "files" folder, which holds the images. Check to be sure that the page images are in that folder.
- If you don't have an existing inside page to use, use the basic table structure for a table site that we used in Web Development 1.
Create a small popup page. For an example, click on one of the links on in the table.
- A popup page is a regular web page where the content is contained in the upper left corner of the page.
- Create a new HTML file.
- Create a three row table.
- Create a small banner in the top row and add contact information to the bottom row.