Some other special effects

Some other special effects


MAILTO:


Tables

A simple example:

item 1 item 2
item 3 item 4
Here's the html code:

<table border=10 cellspacing=10>

<tr>
<td>item 1</td>
<td>item 2</td>
</tr>

<tr>
<td>item 3</td>
<td>item 4</td>
</tr>

</table>