Stephen Bardsley wrote: > Greetings: > > I am experiencing an odd behavior with some form input fields. > The input elements have a style attribute defined to control the > width of the field, but it seems to be ignored. I am using > FillInForm and I was wondering if there is something special I > need to consider to ensure the specified width is maintained. >
So what does the tag look like in your script, & what does it look like afterwards in the HTML output? HTML::FillInForm is what is used to do the form filling, so you can delve in there to find out why it is parsing things wrong for you, if you do not get any other answer. If this is merely a matter of using styles, when you might use instead SIZE & MAXLENGTH attributes, you should look into using those instead. Regards, Josh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
