Correct table layout problem; proper HTML quoting;

This commit is contained in:
shrykedude 2003-11-11 02:46:29 +00:00
parent e9a4a7e473
commit 4ebdc6dcd8

View File

@ -1,6 +1,6 @@
<!-- BEGIN portal_box --> <!-- BEGIN portal_box -->
<p> <p>
<table border=0 cellpadding="0" cellspacing="0" width="{outer_width}" bgcolor="{outer_bgcolor}"> <table border="0" cellpadding="0" cellspacing="0" width="{outer_width}" bgcolor="{outer_bgcolor}">
<tr nowrap align="center"> <tr nowrap align="center">
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls} <td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls}
</tr> </tr>
@ -19,7 +19,9 @@
<!-- BEGIN portal_row --> <!-- BEGIN portal_row -->
<tr> <tr>
<td>
{output} {output}
</td>
</tr> </tr>
<!-- END portal_row --> <!-- END portal_row -->