comparison bns_website/static/js/tinymce/examples/templates/layout1.htm @ 39:b9d6f6d930a9

Merged Chris and Brian's changes with mine.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 06 Nov 2011 20:28:25 -0600
parents ced908af601a
children
comparison
equal deleted inserted replaced
38:6b4e02b8be6b 39:b9d6f6d930a9
1 <table border="1">
2 <thead>
3 <tr>
4 <td>Column 1</td>
5 <td>Column 2</td>
6 </tr>
7 </thead>
8
9 <tbody>
10 <tr>
11 <td>Username: {$username}</td>
12 <td>Staffid: {$staffid}</td>
13 </tr>
14 </tbody>
15 </table>