buttonA default table is created without alignment, borders, backgrounds, etc. To add alignment, borders or backgrounds
button in the RTE)To style the table,
Example table with StripeRows2 and both row and column header cells:
|
Column heading 1 |
Column heading 2 |
Column heading 3 |
|
|---|---|---|---|
|
Row heading 1 |
a |
b |
c |
|
Row heading 2 |
d |
e |
f |
|
Row heading 3 |
g |
h |
i |
Styles available in the RTE as of 3/10/08 include



The following tables were created by choosing table options in the initial table create dialog using the selections described.
Insert new table and click OK without changing any other options:
|
asdf |
asdf |
asdf |
asdf |
|---|---|---|---|
|
this is a longer cell |
short |
short |
short |
|
short |
this is a longer cell |
short |
short |
Change header cells to left:
|
asdf |
asdf |
asdf |
asdf |
|---|---|---|---|
|
this is a longer cell |
short |
short |
short |
|
short |
this is a longer cell |
short |
short |
Change style to stripeRows2:
|
asdf |
asdf |
asdf |
asdf |
|---|---|---|---|
|
this is a longer cell |
short |
short |
short |
|
short |
this is a longer cell |
short |
short |
Change header cells to left and style to stripeRows2:
|
asdf |
asdf |
asdf |
asdf |
|---|---|---|---|
|
this is a longer cell |
short |
short |
short |
|
short |
this is a longer cell |
short |
short |
It is not possible to both change the alignment for the entire table AND have a table class (e.g. stripeRows2). The options are mutually exclusive.
Change header cells to left and set alignment to left:
|
asdf |
asdf |
asdf |
asdf |
|---|---|---|---|
|
this is a longer cell |
short |
short |
short |
|
short |
this is a longer cell |
short |
short |
ALL classes in the table are mutually exclusive. This means that for table-wide styling,you may choose only ONE of the following at a time