| | |
|
|
|
Changing border/cell color of table with CSS? |
| message from briamcl on 23 Jul 2004 |
Hello,
I was wondering how to change the cell border color of a table with
Dreamweaver MX04 and CSS. I can get the text in a table and the background of a
table to change color with CSS but can't figure out the borders. I am fairly
unfamiliar with html so if you could explain it using Dreamweaver that would be
great.
Brian
|
| :. Nadia .: replied to briamcl on 24 Jul 2004 |
.myTable {border: 1px solid #669933;}
and apply the class to the table
<table class="myTable">
|
|
Archived message: Changing border/cell color of table with CSS? (Macromedia Dreamweaver)