Following is the code:
CODE
<table cellpadding="0" cellspacing="0" width="430;">
<tr>
<td>
<div>
<span style="display:inline;float:left;width:160;" >
<input type="text" id="departure" name="DepartureAirportCode" size="20" maxlength="30" style="width:100px;margin-right:10px;"/>
</span>
<span style="display:inline;float:none;">
<input type="text" id="departure" name="DepartureAirportCode" size="20" maxlength="30" style="width:100px;"/>
</span>
<span style="width:120;vertical-align:bottom;">
Airport/city name or 3 letter code.
</span>
</div>
</td>
</tr>
</table>
<tr>
<td>
<div>
<span style="display:inline;float:left;width:160;" >
<input type="text" id="departure" name="DepartureAirportCode" size="20" maxlength="30" style="width:100px;margin-right:10px;"/>
</span>
<span style="display:inline;float:none;">
<input type="text" id="departure" name="DepartureAirportCode" size="20" maxlength="30" style="width:100px;"/>
</span>
<span style="width:120;vertical-align:bottom;">
Airport/city name or 3 letter code.
</span>
</div>
</td>
</tr>
</table>
The "Airport/city name or 3 letter code. " text waps around in IE by not in NN or firefox.
Do somebody tell me how to do it?
Notice from m^e:
Please put your code between CODE tags from next time onwards. That does make your code part stand out and makes up for better readability of your post.

