how do I add an url to it aswell. Here is my table. Is it right? it's the first time I ever done one. But how can I redirect them to like anoter part of my forum lets say.
<table border="1">
<tr>
<th>Theory11</th>
<th>Illusionist</th>
<th>Penguin Magic</th>
<th>Mebeam</th>
<th>BlogTV</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
<td>row 1, cell 3</td>
<td>row 1, cell 4</td>
<td>row 1, cell 5</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
<td>row 2, cell 3</td>
<td>row 2, cell 4</td>
<td>row 2, cell 5</td>
</tr>
</table>