Cell Borders

  • Thread starter Anonymous Chief
  • Start date
A

Anonymous Chief

Hi,

How do I add borders to cell in a table with cellspacing and padding set to
0. I only want a border around just one cell. Is it possible. I don't want
to use frames. I need to use a cell within a table.

Anonymous Chief
 
K

Kathleen Anderson [MVP - FrontPage]

Put a table in that cell and give that table a border.
 
W

Wally S

You can put a border around just one cell by going to "cell properties" and
then to the "style tab" on the dialog box, then to "format" then to
"borders." If you know CSS, you could create a class and assign the class
to that one cell.

Wally S
 
Top