Artotems Tables in iWeb

 

iWeb TIPS & TRICKS

by Artotems

www.artotems.com

More TipsiWeb.html

Tables for iWeb - A simple table.

  1. 1. Go to the page where you want the table to be placed.


2. Select the HTML Snippet.


  1. 3.Copy the code below and paste it into the HTML Snippet.

  1. 4. You can alter these elements:

  2. Table Border

  3. Width

  4. Height

  5. bgcolor

  6. align

  7. valign

  8. and of course the cell contents


  1. 5. Of course you  can add more rows and columns by adding  </tr> and </td>


  1. 6. Click Apply


  1. 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.