help with form

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

I've got a form on this link - www.mfqha.com/shows.htm and the spot where
I have Home Page info - is not long enough - I mean - its long enough at
first glance, but when one tries to type in a web site URL - it only takes
so many characters - I've set it at different lengths, but it only goes so
far - how do I make it so that it will accept as many characters as typed?

thanks
Pam
 
Right click on the form field, then field validation and remove the limit of
25 character or switch to HTML/Code view and change the following line:

<INPUT NAME="HomePage" SIZE=50 MAXLENGTH=25> </b>

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Switch to HTML View and get rid of MAXLENGTH=25. When you put MaxLength on
a form field that's the most it will ever take.
 
Try removing MAXLENGTH=25

and replacing it with overflow="none"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top