Hi,
i'm doing a registration form, and i'm aligning the labels and textbox's. But they are very close of each other, so i put a td between the td's which are seperating the label and the textbox.
<tr>
<td align="right">
<br/>
<div class="field"><label>Username*: </label>
</td>
<td>
</td>
<td>
<input type="text" size="30" name = "username"/></div>
</td>
</tr>
But hte problem is that the textbox...:
http://img850.imageshack.us/img850/5910/semttulopc.jpg
And if you can help me you could tell me how to change the size and type of the font... xD
Thank you,
PF2G