| |
#01-004
Changing the border color of a table
How do I change the border color of a table?
If you want to change the border color of tables you have to follow
the HTML specifications.
Here is how to do it:
-
Right-click within the table and select Table Properties from the
pop-up menu
-
Click the Extensions button
-
Click the Add button. A new window appears where you have to enter
the attributes.
-
In the Name field, type the word BORDERCOLOR.
-
In the Specify Value field, type the name of the color.
The values can be either an RGB hexadecimal color value or a standard
color name. The standard color names currently supported by Internet
Explorer are: aqua, black, blue, fuchsia, gray, green, lime, maroon,
navy, olive, purple, red, silver, teal, yellow and white.
-
Click OK to close your way out of the dialogs.
Note: This is not WYSIWYG and you have to view your web page in the
browser in order to see your changes. |