How to change table border color in DW CS6
i need know how change color of border around tables in dreamweaver cs6. saw article on how change on , couldnt follow because im starting out using dreamweaver , dont know code. there simple way change border color or can give me basic step process on how change border color in code?
use css
table, th, td
{
border: 1px solid black;
}
experiment here:
http://www.w3schools.com/css/tryit.asp?filename=trycss_table_border
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment