chelvis
08-21-2002, 04:35 PM
I have a form with a lot of text boxes. Most of them are like below
<table>
<tr>
<td valign="top"><input type="text" name="fname" size="24"></td><td valign="top"><input type="text" size="24" name="lname"></td>
</tr>
</table>
The problem I have is when I view these in different browsers in PC and Mac, they are so different and some times a disaster. For example in most of the IE the look shorter in length than they look in NN. Also in mac, they look much different than the PC IE and NN. Because of this I am having aligning problem to make the page look nice. I tried using cascading style sheet also to control the font for the text box. But no luck. How can I over come this problem?
:confused:
<table>
<tr>
<td valign="top"><input type="text" name="fname" size="24"></td><td valign="top"><input type="text" size="24" name="lname"></td>
</tr>
</table>
The problem I have is when I view these in different browsers in PC and Mac, they are so different and some times a disaster. For example in most of the IE the look shorter in length than they look in NN. Also in mac, they look much different than the PC IE and NN. Because of this I am having aligning problem to make the page look nice. I tried using cascading style sheet also to control the font for the text box. But no luck. How can I over come this problem?
:confused: