Hi,

Is there a way for me to change the way a form field looks? I can't seem to
find it... For instance, I wish to change the background color from white to
something else...

Or is there an add-in that's recommended when it comes to building a form?

Many thanks,

Anna

Re: form field color by Jon

Jon
Tue Feb 03 12:42:10 CST 2004

Hi Anna,
you can change with CSS, eg
<style type="text/css">
.txt{
background-color: #f00;
}
</style>
and then
<input type="text" class="txt"...
you can experiment with different font borders etc or if you wanted to get
fancy you could even use a background image

Jon
Microsoft MVP - FP

"Anna" <anna@adelphia.net> wrote in message
news:%23EsZN1n6DHA.2264@tk2msftngp13.phx.gbl...
> Hi,
>
> Is there a way for me to change the way a form field looks? I can't seem
to
> find it... For instance, I wish to change the background color from white
to
> something else...
>
> Or is there an add-in that's recommended when it comes to building a form?
>
> Many thanks,
>
> Anna
>
>



Re: form field color by FrontPageForms

FrontPageForms
Tue Feb 03 12:48:55 CST 2004

Anna,

Double click the field in question.
Click Style
Click Format
Click Borders
then Shading

This is where you would select background color or image.
You can control the font as well through Format.

Mike,
http://FrontPag.Bizland.com
Form Tutorials & Form Script Examples

>-----Original Message-----
>Hi,
>
>Is there a way for me to change the way a form field
looks? I can't seem to
>find it... For instance, I wish to change the background
color from white to
>something else...
>
>Or is there an add-in that's recommended when it comes to
building a form?
>
>Many thanks,
>
>Anna
>
>
>.
>