Tables have two main purposes in webpages. The first is for displaying data. The second is for page layout.
1. Convert part of your home page (default.htm) to table
format. Use the
button
in the object window or the Insert -> Table menu item (both do the
same). Make your table 2 columns and 15 rows (you can always add more
later).
2. Once you've created your table, you can change it in the properties window. To get the table properties window, move the cursor near the edge of the table until you get the hand cursor, and click. You should see this in the properties window:

For the rest of the assignment, make a new page, called table.html, in your site. Don't forget to sychronize your site at the end of the day!
ANSWER THE FOLLOWING QUESTIONS ON YOUR TABLE.HTML FILE.
3. Experiment with the Width selection. When would you use a fixed size table (pixels) and when would you use a relative size table (%)? Give an example of each.
4. Make a table and set the Border to 0. What happens? Explain in the table.
5. Use the Modify->Table-> Commands,to reproduce the table below. You can resize cells by putting the cursor over the borders and sliding it.
6. What do Cellspace and Cellpad do?
To do more:
Explore the Insert ->Table Objects ->Tabular Data function. First - Make an AppleWorks spreadsheet. Save it as ASCII using the Save As function, and try importing it into your table.html page.
Back to Ms. Errico's Web Publishing Main Page