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