Insert a Table with Expression Web
Place your cursor inside the design view of your web page. Go to the toolbar and Under Table click on Insert Table.
This will bring up a table dialog
that you change for how many rows and columns you would like.
As far as the rows are concerned you can leave the number at 2 - as you
hit enter it will add more as you go. You can right click
inside the table if you need more columns also and pick Table Properties
to change the numbers.
This is what the code looks like:
<table class="style1">
<tr>
<td class="style2">here is the table</td>
<td>This is the second column</td>
</tr>
<tr>
<td class="style2">I have given it a yellow background so you can see
it</td>
<td> </td>
</tr>
</table>
Instead of style1 and style2 I would name them something that explains
what they are (ex: Table1, and Table-Rows-Yellow).
The advanced tutorials section has a tutorial on styling the table and the individual cells in the table.
Trademark Disclaimer - Expression Web is the Trademark of and the property of Microsoft Corporation. Microsoft is not affiliated with Certain Web Design or this website, nor is Certain Web Design sponsored by Microsoft Corp.
©2009-2010 Certain Web Design, All Rights Reserved.