Forum : Text fields
Brief description  about Online courses   join in Online courses
View Radhakrishnan  K 's Profile

Text fields

I have created some five text fields but it is not alligned properly. how to align that? i.e the text box lengths are different looking, which resulted an ugly look
Asked by Radhakrishnan K | Nov 25, 2009 |  Reply now
Replies (2)
View radhakrishnan k 's Profile
thanks
Nov 27, 2009
View sanjay s nair 's Profile
You could use tables if you have learned tables to align them, use the size property for the length of textbox
<form>
<table>
<tr><td>Name</td><td><input type=text name=name size=33></td></tr>
<tr><td>Email</td><td><input type=text name=email size=33></td></tr>
</table>
</form>
Nov 26, 2009