My Header is as follows:
Body
And footer
(Original Post had a cut-and-paste error error 😶 )
Everything works just fine except that the column widths don't change to the specified width. What am I missing:?:
[attachment=0]widths.jpg[/attachment]
<input type='text' name='Name' id='Name' value='' /> <input type='submit'
name='submit' id='submit' value='Filter' />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="16" align="center">Name</td>
<td width="6" align="center">ID</td>
<td width="6" align="center">Art</td>
<td width="6" align="center">Dra</td>
<td width="6" align="center">Mus</td>
<td width="6" align="center">ESO</td>
<td width="6" align="center">Num</td>
<td width="6" align="center">Mao</td>
<td width="6" align="center">Fre</td>
<td width="6" align="center">Jap</td>
<td width="6" align="center">ESO</td>
<td width="6" align="center">Tec</td>
<td width="6" align="center">Foo</td>
<td width="6" align="center">Gra</td>
<td width="6" align="center">ESO</td>
<td width="6" align="center">Num</td>
</tr>
Body
<tr>
<td width="16" align="center">{Name}</td>
<td width="6" align="center">{Username}</td>
<td width="6" align="center">{Art}</td>
<td width="6" align="center">{Drama}</td>
<td width="6" align="center">{Music}</td>
<td width="6" align="center">{ESOLa}</td>
<td width="6" align="center">{Numeracya}</td>
<td width="6" align="center">{Moari}</td>
<td width="6" align="center">{French}</td>
<td width="6" align="center">{Japanese}</td>
<td width="6" align="center">{ESOLb}</td>
<td width="6" align="center">{Technology}</td>
<td width="6" align="center">{FoodTechnology}</td>
<td width="6" align="center">{Graphics}</td>
<td width="6" align="center">{ESOLc}</td>
<td width="6" align="center">{Numeracyc}</td>
</tr>
And footer
</table>
<p> </p>
{pagination}
(Original Post had a cut-and-paste error error 😶 )
Everything works just fine except that the column widths don't change to the specified width. What am I missing:?:
[attachment=0]widths.jpg[/attachment]