PDA

View Full Version : [DW] Creating a border around a Layout cell



h88
July 21st, 2003, 06:33 PM
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.

ahmed
July 21st, 2003, 06:58 PM
er.. try this
<table width="100" bordercolor="#000000" cellpadding="0" cellspacing="0" bordercolorlight="#FFFFFF" bordercolordark="" border="1">
<tr>
<td>&nbsp;</td>
</tr>
</table>

h88
July 21st, 2003, 07:02 PM
thanks ahmed, what I needed. :)

mdipi
July 24th, 2003, 11:02 PM
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.