Artotems Tables in iWeb
Artotems Tables in iWeb
Tables for iWeb - A simple table.
1. Go to the page where you want the table to be placed.
2. Select the HTML Snippet.
3.Copy the code below and paste it into the HTML Snippet.
4. You can alter these elements:
Table Border
Width
Height
bgcolor
align
valign
and of course the cell contents
5. Of course you can add more rows and columns by adding </tr> and </td>
6. Click Apply
7. Have Fun
<table>
<table border="2" width ="255" height ="200" bgcolor ="red"> <tr align ="center" valign ="middle">
<td> I</td>
<td> am </td>
<td> responsible </td>
</tr>
<tr align ="center" valign ="middle">
<td> for </td>
<td> my </td>
<td> actions </td></tr>
</tr>
<tr align ="center" valign ="middle">
<td> and </td>
<td> my </td>
<td> INACTION! </td></tr>
</table>
Tables can be far more complex than the one above but this tip page wouldn’t be the place to go in to an exhaustive tutorial for tables. If you examine the code you can get the general idea of what is happening. Play with it and make changes and see what happens.
A good source for table construction via HTML is located here: Tables at W3Schools
If you value and use Artotems iWeb Tips and Tricks please consider making a $10 donation to support more assistance in the future as well as the charitable work Artotems Co. does for others around the world.
© 2007 C. Tucker / Artotems Co, All rights reserved.
