I have a text field that I'm using and I'm trying to align it to match it with a submit button. I had to convert a psd file to html and sliced the image that I'm replacing about as big as I can in the space where the text field will go. I've tried aligning it with CSS and in IE and in Opera (and other browsers) one version will look fine, but the other browsers will show the alignment off. Does any one have any idea how to align the text area in the center in all browsers?
here is the code I have for the text field:
Thank you
Doug
here is the code I have for the text field:
Code:
<td rowspan="5" align="right" valign="bottom" bgcolor="#cecece"><form name="form1" method="post" action="">
<label for="textfield"></label>
<div align="right">
<input type="text" name="textfield" id="textfield">
</div>
</form></td>
Doug
Comment