HighDots Forums  

Re: Cell borders

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Cell borders in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joe {RoastHorse}
 
Posts: n/a

Default Re: Cell borders - 07-24-2003 , 06:44 AM






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.





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.