This is something that I can't seem to get my head around... rather than using an old style table what would I replace it with!
would it be 3 div's that floated to the left each with an overall width of 100px? and then could I just use the p tag and include the links in the p in their respective div with a line break separating them vertically? How does a solution like that sound for the table below
<table cellspacing="0" cellpadding="0" style="border:2px solid #000000; background:#FFFFFF; padding:5px; width:300px;">
<tr>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
</tr>
<tr>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
</tr>
<tr>
</table>
thanks for your time
would it be 3 div's that floated to the left each with an overall width of 100px? and then could I just use the p tag and include the links in the p in their respective div with a line break separating them vertically? How does a solution like that sound for the table below
<table cellspacing="0" cellpadding="0" style="border:2px solid #000000; background:#FFFFFF; padding:5px; width:300px;">
<tr>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
</tr>
<tr>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
<td valign=top> <a href="default.asp?qry=test">test</a></td>
</tr>
<tr>
</table>
thanks for your time