Creating
tables
Another way to organize text
in your Web pages is to use tables. For example, this workbook uses tables
to put the instructions in the left column and let you practice in the right
column. It also uses tables to restrict the width of the text in this paragraph
and others like it. (The table is invisible because it has no border. You
can make the edges of tables, lists, and forms more obvious by choosing
FormatShow
Borders.)
If you've created tables by writing
HTML code before, you know that they can be painful to create. AOLpress has
changed that by providing WYSIWYG table editing. It's easy to use and gives
you a lot of control over the table format.
Just click on the aspect of table formatting you want to learn about in the
picture below. (The "Tips and Tricks" section explains
some more advanced ways to format tables by editing the HTML code
directly.)
Creating Tables
Creating a table is simple with
AOLpress. The HTML code that AOLpress creates is fairly complex, so you'll
be glad that AOLpress does the work for you.
-
Highlight the text in the column to the right with your mouse.
-
Choose
TableCreate
Table. You'll see a window that lets you create a table and control some
basic table formatting.
-
Change the Rows field to 3.
-
Click OK. The paragraphs you selected will become cells in a table
and there will be an extra row in the table.
-
Put your cursor in the table and experiment by typing some text.
Try it here:
Paragraph 1
Paragraph 2
Paragraph 3
Paragraph 4
That's all there is to creating
a table. You can also create a table without selecting anything first. You
just decide how many rows and columns you want to start with and click
OK in the Table window.
You can type directly into the empty cells. And, you can put anything you
like into a table cell -- text, images, lists, forms, and even other tables.
Adding or Deleting Rows and Columns
You may change your mind about
the number of rows and columns your table needs after you 've already put
text inside the table. You can easily change the number of rows and columns.
-
Put your cursor in a cell in the second column and choose
TableAlterInsert Column.
You'll see a new column to the left of the second column. (Notice that when
you insert columns and rows, they are added before the column or row that
contains your cursor.)
-
Put your cursor in a cell in the last row of the table to the right and choose
TableAlterDelete Row.
-
You will see a window that says at least one of the cells is not empty and
asks if you really want to delete it. Click Delete. That row and its
contents will disappear.
-
Suppose you want to add a row or column to the end of the table. To do this,
choose
TableAlterLayout. Increase
the number of rows or columns in the window that appears and click OK.
Try it here:
Row 1, Column 1
Row 1, Column 2
Row 2, Column 1
Row 2, Column 2
Row 3, Column 1
Row 3, Column 2
Merging Cells
Your table doesn't need to be a
regular grid of cells. You can combine cells to make them span more than
one column or more than one row. For example, in the table below, the left
column containing the instructions has one cell and the right column has
two cells. This is because the cell on the left was merged to span two rows.
-
Put your cursor in a cell in the table to the right.
-
Choose
TableMerge
Cell. You'll see a window that lets you choose how many columns and rows
you want this cell to span.
-
Change the number of columns and rows and click OK to see what happens.
(You can't span more columns or rows than there are to the right of this
cell or below this cell.)
-
Experiment with merging cells to make a pattern.
-
If you want to "unmerge" a cell, put your cursor in the cell and choose
TableSplit
Cell.
Try it here:
When you merge cells, only
the text in the upper-left cell remains. Before you merge cells, you may
want to cut and paste the text in those cells to another part of your page
so it won't be erased.
Aligning Cells
The contents of a cell are normally
aligned to the left of the cell and in the middle from top to bottom. You
can change this if you like.
-
Put your cursor in the cell that says "top". Then, choose
TableV Align
CellTop to
vertically align the text to the top of the cell.
-
Align the cell that says "bottom" to the bottom of the cell the same way.
-
Put your cursor in the cell that says "center". Then, choose
FormatParagraphAlign Center to
align the text to the center of the cell.
-
Align the cell that says "right" to the right the same way.
Try it here:
You can also align an entire
row vertically by choosing one of the
TableV Align
Row options.
Creating Header Cells
Header cells are cells that provide
information about the cells that follow to the right or below. Header cells
don't have to be the top row of cells or the left column of cells. You can
make any number of cells header cells. You can add any other paragraph or
type formatting, too.
-
Put your cursor in the cell that says "Size".
-
Choose
TableHeader
Cell. The text will be centered and bold.
-
Change the cell that says "Color" to a header cell also.
-
You can change a cell back to a normal cell by choosing
TableNormal
Cell.
-
Add more formatting to the text using
FormatType
Color or any other format you learned to use in the lesson on
creating text.
Try it here:
Changing Table Borders
Table borders show the divisions
between cells in a table. If you are using a table to align numbers or data,
you'll probably want the table's borders to be visible. If you are using
a table for something else (such as indenting all the text from the left
margin, or putting images in one column and text in another), you'll probably
want to hide the borders.
-
Put your cursor in any cell of the wide-bordered table to the right, and
choose
TableAlterLayout.
-
Change the number in the Border Size field. You can make the number
bigger or smaller. Then, click OK to change the width of the border.
-
Choose
TableAlter
Layout, again.
This time, uncheck the Visible Borders field and click OK.
The table borders disappear, but the table is still there.
-
You can choose
TableAlterLayout again to
restore the table border.
Try it here:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
If you plan to hide the table
borders, you'll probably find it easier to design the page with the borders
visible. When the table is finished, you can hide the borders. You can also
see the edges of tables, lists, and forms if you choose
FormatShow
Borders. The dotted line borders you will see aren't visible to other
people.
Changing Cell Margins and Borders
You can control the look of your
tables even more by changing the margins around the contents of the cells
and the width of the lines between the cells.
-
Put your cursor in any cell of the wide-bordered table to the right, and
choose
TableAlterLayout.
-
Increase the number in the Padding field and click OK. Notice
that the margins around the numbers in the table get bigger.
-
Choose
TableAlterLayout again.
-
This time, increase the number in the Spacing field and click
OK. Notice that the lines between the cells get wider.
Try it here:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The "
Tips and Tricks" section
explains some more advanced ways to format tables by editing the HTML code
directly. You'll learn how to add the table formatting tricks this page uses
(changing the background color of an individual cell, controlling the width
of a table, and centering the table on a page).
Now you know how to create tables.
You can put anything inside a table, even another table as you've seen above.
You can also put images inside tables. For more information, see the chapter
on
tables in the AOLpress
User's Guide.
We'll learn how to add images to pages in the
next lesson. Don't forget to choose
FileSave
to save your changes to this page.
HomeTOCNextGlossaryIndex
[
Home |
Contents |
Previous |
Up a Level |
Next |
Glossary |
Index ]
Copyright © 1997 America Online, Inc.
.