Posted by Thierry Lam on 10/01/82 11:59
Can I get some help on how to convert the following table layout into a
div/css?
<table>
<tr>
<td width='120px'><p>Province: </td>
<td align='right'>
<input type='Text' name='province' size='40' maxlength='50'>
</td>
</tr>
<tr>
<td width='120px'><p>City: </td>
<td align='right'>
<input type='Text' name='city' size='40' maxlength='50' >
</td>
</tr>
<tr>
<td width='120px'><p>Time in: </td>
<td align='right'>
<input type='Text' name='inhours' value='' size='2' maxlength='2'>:
<input type='Text' name='inminutes' value='' size='2'
maxlength='2'>:
<input type='Text' name='inseconds' value='' size='2'
maxlength='2'> (HH:MM:SS)
</td>
</tr>
<tr>
<td width='120px'><p>Time out: </td>
<td align='right'>
<input type='Text' name='outhours' value='' size='2'
maxlength='2'>:
<input type='Text' name='outminutes' value='' size='2'
maxlength='2'>:
<input type='Text' name='outseconds' value='' size='2'
maxlength='2'> (HH:MM:SS)
</td>
</tr>
</table>
Navigation:
[Reply to this message]
|