| Home | Activity Exchange | Club Index |
| The following sample of HTML will create a table in your Web Page with links to your activities on Activity Exchange. You can simply cut and paste it into your Web Page. (Don't forget to change the club number from 9 to your club number). |
|
<table> <tr> <td width=10%> </td> <td><a href="http://ActivityExchange.com/Query.asp?ClubKey=9&period=ThisWeek">Activities This Week</a></td> <td width=10%> </td> </tr> <tr> <td> </td> <td><a href="http://ActivityExchange.com/Query.asp?ClubKey=9&period=NextWeek">Activities Next Week</a></td> <td> </td> </tr> <tr> <td> </td> <td><a href="http://ActivityExchange.com/Query.asp?ClubKey=9&period=ThisMonth">Activities This Month</a></td> <td> </td> </tr> <tr> <td> </td> <td><a href="http://ActivityExchange.com/Query.asp?ClubKey=9&period=NextMonth">Activities This Month</a></td> <td> </td> </tr> </table> |
| This will produce a simple list of links like this. |
|
|
To see a technical explanation of what a link is click here What is a link? |