I have got a 2 column - 1 row table created in Dreamweaver and would like to put a color border around just 1 column. Possible?
<td style="border-color:blue;border-style:solid solid solid solid;border-width:1px;"> border-color modifies what color the border will be. border-style modifies which lines will be present around the border. and border-width defines how think the line will be. Just incase you ever need to do it for any reason