Make sure all entries are of same size.
svn path=/trunk/; revision=7190
This commit is contained in:
@@ -32,19 +32,27 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td><p>Name:</p></td>
|
||||
<td><input type="text" size="80" name="name"/></td>
|
||||
<td>
|
||||
<input type="text" size="80" style="width:500px" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Address:</p></td>
|
||||
<td><textarea cols="80" rows="5" name="address"/></td>
|
||||
<td>
|
||||
<textarea cols="80" rows="5" style="width:500px" name="address"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Email:</p></td>
|
||||
<td><input type="text" size="80" name="email"/></td>
|
||||
<td>
|
||||
<input type="text" size="80" style="width:500px" name="email"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Phone:</p></td>
|
||||
<td><input type="text" size="80" name="phone"/></td>
|
||||
<td>
|
||||
<input type="text" size="80" style="width:500px" name="phone"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<center>
|
||||
|
Reference in New Issue
Block a user