FrontPage Tutorial
Tables
Tables are used to organize information in a spreadsheet-sort of way. Up above, you
saw an example of a table (the examples on image formatting). Here is a simple table:
| Name | Address | City | State | Zip |
|---|---|---|---|---|
| Frederick | 1 Main St. | Reno | NV | 89000 |
| William | 1 2nd St. | Lovelock | NV | 89102 |
| UNR | -------- | Reno | NV | ----- |
You can put whatever information in a table that you want. You can put links, pictures (like I did earlier in this page), text, and just about anything in a table. Tables basically allow you to format an entire page. If you want a newspaper-like layout, you can set a table to have 1 row and 3 columns like this:
(The information in this table is fictional, except for the 3rd column.)
Big News Story Breaks at the Downtown ACME Chocolate Factory! Reno- Two people were caught coming back for multiple samples late Tuesday night. Security estimates that they ate about $35 in chocolate samples and that...... | HTML 3.0 Papers Unveiled! Internet- The newest version of the HTML scripting language was unveiled and made standard today. Netscape and Microsoft released patches for their respective browsers to support the ..... | Another News Story Should Be Put Here. IT- Ideas for a news story ran low as Scott was trying to put together examples for a tutorial on how to use FrontPage. While working with tables, Scott's mind drew a blank; therefore there should be another news story.... :) |
The applications for tables are endless. And, creating a table in FrontPage is easy. All you do is
- Click on the Insert Table button (
). This will bring up the Insert Table window.
- Set the number of rows and columns you want in the table by changing the respective numbers.
- Change the size of the border you want around each cell. If you want a
borderless table, set border equal to zero. For reference, the table above uses a bordersize of 2.
- Set the amount of cell padding you want ( the cell padding is the space
between the border and the content of the cell )
- Set the cell spacing. ( the cell spacing is the amount of space between
adjacent cells )
- Adjust the width of the table. If you want the table to be as wide as the
screen, type in "100" and select the percent option (100% of the screen). If you want it smaller, reduce the number.
- Click the
button.
Now you are ready to fill in the newly created table. Just click on the cell that you want to edit, and start typing. The size of the cell will adjust to how much content is in the cell. Remember, you can insert pictures, links, and other items in the cells.
While filling in the table, you can format individual cells, or entire rows and columns. To do this:
1. Select the cells you want to format. To select:
- a single cell, place the cursor in the cell by clicking in it.
- multiple cells, highlight the cells with your mouse.
- a row, move the mouse to the left side of the table beside the row you want to select, and a black arrow will appear.. Click the mouse, and it will highlight the entire row.
- a column, move the mouse to the top of the table above the column you want to select, and a black arrow will appear. Click the mouse and it will highlight the entire column.
- multiple rows or columns, hold down the SHIFT key, and select the rows or columns using the methods described above. Keep holding the down the SHIFT key even after selecting the rows or columns ( you will release the SHIFT key after step #3 ).
2. Push down the RIGHT MOUSE BUTTON to get the pop-up menu to the right =========>
3. Select Cell Properties... ( if you are holding down the SHIFT key, you can now release it ).
In the Cell Properties window that just showed up, there are several options.
- Horizontal Alignment:- adjust the justification of the contents of the cell from top to bottom.
- Vertical Alignment:- adjusts the justification of the contents of the cell from left to right.
- Header Cell- if clicked, it marks the highlight cell(s) as header cell(s). This should be used at the top or sides of the table. It just basically makes the text bold to stand out more.
- Specify Width:- sets the width of the cell(s) within in the table. If it is set to 50%, then the cell(s) would take up 50% of the table.
- Number of Rows Spanned:- specifies the number of rows that a particular cell spans.
- Number of Columns Spanned:- specifies the number of columns that a particular cell spans.
Here is an example:
| These are | Header | Cells |
|---|---|---|
This spans 2 rows | . | . |
| . | This column has | |
This spans 2 columns | a width of 15% | |
That's how easy it is to create a basic table in FrontPage! :)