you can use css (remove all attributes from the table), eg:
<style>
table {
border-collapse: collapse; /*this will remove the gap between cell
borders*/
}
td {
border-style: solid;
border-color: #000000;
border-width: 0px 1px 0px 1px;
}
</style>
experiment with the css border settings in DW.
joe
"BwanaP" <sedorype (AT) state (DOT) gov> wrote
Quote:
There must be a way to assign a border only to one of the four edges of a
cell, but I can't see how. The cell properties only shows border color. Is
there another way to put a line between cells?
When I create a table and set the border to 0, there is no visual aid to
see
the cell - can this be added? When I view a page created in FrontPage I
can
still see the dotted gridlines used for this. |