aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/vendor/tinymce/examples/templates/layout1.htm
blob: a38df3e683f5be98076ae0f6feada5e510c9b8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<table border="1">
	<thead>
		<tr>
			<td>Column 1</td>
			<td>Column 2</td>
		</tr>
	</thead>

	<tbody>
		<tr>
			<td>Username: {$username}</td>
			<td>Staffid: {$staffid}</td>
		</tr>
	</tbody>
</table>