katherinep
Programmer
Hello,
I am currently making a site using stylesheets for positioning so it conforms to w3c standards. I have a page with a form on it but it is acting strangely. The code looks like this
and form_item looks like this
Whats happens is when the text box is inside the <span> tag it is really hard to select the textbox, you have to click on the very bottom or very top to manage to select it. Anyone have any ideas?
Thanks,
Katherine
I am currently making a site using stylesheets for positioning so it conforms to w3c standards. I have a page with a form on it but it is acting strangely. The code looks like this
Code:
<span class="form_item">
<input name="Fri" type="text" size="4">
</span>
and form_item looks like this
Code:
form_item { margin-left: 190px; margin-right:190px;}
Whats happens is when the text box is inside the <span> tag it is really hard to select the textbox, you have to click on the very bottom or very top to manage to select it. Anyone have any ideas?
Thanks,
Katherine