K I have it set up so that my link names look like this in notepad ++. But they are just words in a box on my page and you can't click on them. How do I make them clickable. Here's the format I have it in...

<tr>
<td width="124" bgcolor="F9DDB6">Written</td>
</tr>
<tr>
<td width="124" bgcolor="#F9DDB6">Oral</td>
</tr>
<tr>
<td width="124" bgcolor="#F9DDB6">Visual</td>
</tr>
<tr>
<td width="124" bgcolor="#F9DDB6">Electronic</td>
</tr>
<tr>
<td width="124" bgcolor="#F9DDB6">Rhetorical Analysis</td>
</tr>

I'm trying to make the written, oral, visual, electronic and rhetorical words clickable links. Thanks