Skip to Navigation | Skip to Content

Teaching & Learning: KnightVision T&L

Creating an advising sign-up sheet using a wiki

Video clip: Creating an advising wiki

To create a wiki using the code featured in the above tutorial, proceed through the following steps.

1. Copy the code provided at the bottom of this web page.
2. When creating your wiki content, select the [HTML] button from the tool bar. The HTML Source Editor will appear.

icon

3. In the HTML Source Editor, paste the copied code from below.
4. Click Update.

editor

Note: Once you have applied the code, you can edit or adjust the sign-up sheet to suit your schedule or purposes.


<p>Click "Edit" on the menu at the right to sign up for an appointment.</p>
<table style="width: 700px;" border="1">
<tbody>
<tr>
<td>&nbsp;</td>
<td>Tuesday, October 27</td>
<td>Wednesday, October 28</td>
</tr>
<tr>
<td>8:15 a.m.</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>9:15 a.m.</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>10:15 a.m.</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>11:15 a.m.</td>
<td>&nbsp;</td>
<td>&nbsp;<br /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<p><label for="bodyContents"></label></p>