This is really just a test to make sure I'm doing this correctly.

I'm updating some of the html to make it more browser friendly.
This commit is contained in:
aloekak 2002-01-10 17:56:21 +00:00
parent d7b4c46de0
commit a8c09725e7

View File

@ -1,10 +1,12 @@
<!-- BEGIN list --> <!-- BEGIN list -->
<p> <p>
<table border="0" align="center" width="95%"> <div align="center">
<table border="0" width="95%">
<tr> <tr>
{rows} {rows}
<td> <td>
<table border="0" align="center" width="100%"> <div align="center">
<table border="0" width="100%">
<tr> <tr>
<td align="left"> <td align="left">
{lang_last_x_logins} {lang_last_x_logins}
@ -38,9 +40,11 @@
<td colspan="5" align="left">{lang_percent}</td> <td colspan="5" align="left">{lang_percent}</td>
</tr> </tr>
</table> </table>
</div>
</td> </td>
</tr> </tr>
</table> </table>
</div>
<!-- END list --> <!-- END list -->
<!-- BEGIN row --> <!-- BEGIN row -->