[DW] Creating a border around a Layout cell

Hi guys,

The subjects says it all, I’d like to create a 1px border around my Layout cell. Am using Dreamweaver MX, and a Layout view for my Tables and cells.

thanks.

er… try this

<table width="100" bordercolor="#000000" cellpadding="0" cellspacing="0" bordercolorlight="#FFFFFF" bordercolordark="" border="1">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>

thanks ahmed, what I needed. :slight_smile:

hmm, ahmed i have never used that bordercolordark and bordercolorlight, that makes it a lot easyer than using CSS. that would be the other way to do it, you can do some pretty cool stuff with CSS and tables.