Hi, I have a table that has these rows :
<tr>
<td align="right" valign="top">
<img src= "<bean:write name='ctxtPath'/>/coeuslite images/c_username.gif" border=0>
</td>
<td> </td>
<td valign="top" ><img src= "<bean:write name='ctxtPath'/>/coeuslite images/c_password.gif" ></td>
</tr>
<tr>
<td align="right" valign="top"><html:text property="username" styleClass="textbox" maxlength="8" /></td>
<td> </td>
<td align="left" valign="top"><htmlassword property="password" styleClass="textbox"/></td>
</tr>
How to take off the space between the images and the input texts ?
thanks
<tr>
<td align="right" valign="top">
<img src= "<bean:write name='ctxtPath'/>/coeuslite images/c_username.gif" border=0>
</td>
<td> </td>
<td valign="top" ><img src= "<bean:write name='ctxtPath'/>/coeuslite images/c_password.gif" ></td>
</tr>
<tr>
<td align="right" valign="top"><html:text property="username" styleClass="textbox" maxlength="8" /></td>
<td> </td>
<td align="left" valign="top"><htmlassword property="password" styleClass="textbox"/></td>
</tr>
How to take off the space between the images and the input texts ?
thanks