Okay, where you have this:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Sorth by: A to Z | Z to A | Top Rated to Least Rated | Least Rated to Top Rated </td>
</tr>
</table>
Ignoring the typos and the fact you are using tables...
Code:
<td>Sort by: <a href="http://www.athletes4excellence.com/sortexample.php#"> A to Z</a> | <a href="http://www.athletes4excellence.com/sortexample.php#">Z to A</a> |
etc etc..
</td>
That will make them basic links for now. Then you can work on the php coding for the sorting.
Bookmarks