i have a code like :
<table width="242" cellpadding="0" cellspacing="0" class="Form">
<tr>
<td width="11" class="leftTopForm small"> </td>
<td width="174" class="centerTBForm small"> </td>
<td width="55" class="rightTopForm small"> </td>
</tr>
<tr>
<td colspan="3" class="mainForm"><p>User :<br>
<input type="text" name="textfield2">
</p>
<p>Password:
<input type="password" name="textfield3">
<br />
<br />
<a href="#"><img src="_images/submit.png" border="0"></a></p></td>
</tr>
<tr>
<td class="leftbottomForm small"> </td>
<td class="centerTBForm small"> </td>
<td class="rightBottomForm small"> </td>
</tr>
</table>
my question is how to make this table-less, because it semi table-css ..?
anyone can help me?