This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/tinymce/examples/templates/layout1.htm
2010-07-01 16:48:07 -07:00

16 lines
220 B
HTML

<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>