I included the following in my script in order to display a text field:

<input type="text" name="headline" size="40" maxlength="40">

but when the box gets displayed in the browser and the user types in 40 characters the 
box still looks like there is more space to type in?? Is there any way to make sure 
that the box "appears"  40 characters only?

Does it have anything to do with the fact that I call this HTML from within a script? 
I thought there was none.


Thank you,
M

Reply via email to