RE: How do I create a Dreamweaver Table
Hi Melese
There are two ways to create a Dreamweaver table. The first is to use the table button within dreamweaver or you can write the html within the Dreamweaver coder interface.
The html for code for a table is:
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td width="100%" align="left></td>
</tr>
And if you just use the table button within dreamweaver, it will write all the code for you.
Hope this helps
David