Forms

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Hi:

I am having a problem with a form that is provided by a
company where the text that users type into a text area
box goes in as white, on a white background. This is
similar to a problem I am having with fronpage forms,
where whenever I use a large text input box, the default
is to white text, which does not work on a white
background. The text works fine in other fields. I
received the following from the form provider:

"Therefore im confident the problem is a conflict with
your stylesheet. It could be the textarea class. Try
removing it to see if it is. If I am correct the re
insert your text area class and call it textarea1."

The site is lockednloaded.net. There is a "test form"
text link on the bottom left side, which will take you to
the commercial form.

What does this mean, and how would I fix this problem?


Thanks.
 
Remove the style for Textares
Your style has the text (font) and tag (background color set to white)
TEXTAREA {
cssText: FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
accelerator: false;
fontSize: 8pt;
fontFamily: Tahoma, Arial, Helvetica, sans-serif;
color: #ffffff;
}

--




| Hi:
|
| I am having a problem with a form that is provided by a
| company where the text that users type into a text area
| box goes in as white, on a white background. This is
| similar to a problem I am having with fronpage forms,
| where whenever I use a large text input box, the default
| is to white text, which does not work on a white
| background. The text works fine in other fields. I
| received the following from the form provider:
|
| "Therefore im confident the problem is a conflict with
| your stylesheet. It could be the textarea class. Try
| removing it to see if it is. If I am correct the re
| insert your text area class and call it textarea1."
|
| The site is lockednloaded.net. There is a "test form"
| text link on the bottom left side, which will take you to
| the commercial form.
|
| What does this mean, and how would I fix this problem?
|
|
| Thanks.
|
 
Thank you for the help, but where do I go to make this
change?
-----Original Message-----
Remove the style for Textares
Your style has the text (font) and tag (background color set to white)
TEXTAREA {
cssText: FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY:
Tahoma, Arial, Helvetica, sans-serif;
accelerator: false;
fontSize: 8pt;
fontFamily: Tahoma, Arial, Helvetica, sans-serif;
color: #ffffff;
}

--




"Richard" <[email protected]> wrote in
message news:[email protected]...
 
Open the stylesheet you have linked to the page
<link rel="stylesheet" type="text/css" href="styles/stylesheet.css">

--




| Thank you for the help, but where do I go to make this
| change?
| >-----Original Message-----
| >Remove the style for Textares
| >Your style has the text (font) and tag (background color
| set to white)
| >TEXTAREA {
| >cssText: FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY:
| Tahoma, Arial, Helvetica, sans-serif;
| >accelerator: false;
| >fontSize: 8pt;
| >fontFamily: Tahoma, Arial, Helvetica, sans-serif;
| >color: #ffffff;
| >}
| >
| >--
| >
| >_____________________________________________
| >SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >"Warning - Using the F1 Key will not break anything!" (-;
| >To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >_____________________________________________
| >
| >
| message | >| Hi:
| >|
| >| I am having a problem with a form that is provided by a
| >| company where the text that users type into a text area
| >| box goes in as white, on a white background. This is
| >| similar to a problem I am having with fronpage forms,
| >| where whenever I use a large text input box, the default
| >| is to white text, which does not work on a white
| >| background. The text works fine in other fields. I
| >| received the following from the form provider:
| >|
| >| "Therefore im confident the problem is a conflict with
| >| your stylesheet. It could be the textarea class. Try
| >| removing it to see if it is. If I am correct the re
| >| insert your text area class and call it textarea1."
| >|
| >| The site is lockednloaded.net. There is a "test form"
| >| text link on the bottom left side, which will take you
| to
| >| the commercial form.
| >|
| >| What does this mean, and how would I fix this problem?
| >|
| >|
| >| Thanks.
| >|
| >
| >
| >.
| >
 

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