Different font in Text Field v Text Area

Hello

When viewed in a browser there is a different font used in the Text Area compared to a Text Field.

It doesn’t look good when they are side by side.

Any ideas why, and how to stop it, other than using Form Element CSS Action?

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I JUST noticed the same thing on a form we just did.

I’d be interested in a solution, too.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You could create a tag style for each. For example:

input {
font-family: “Lucida Grande”;
}

textarea {
font-family: “Lucida Grande”;
}

Or to put it in FW terms:

Open the Styles editor and in the Tag field enter:

input

then select a font from the picker.

*Make sure the Name field is empty.

Todd

On Jul 17, 2009, at 3:44 PM, Robert Bovasso wrote:

I JUST noticed the same thing on a form we just did.

I’d be interested in a solution, too.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options