Font size in TEXTAREA

S

Seamus Conlon

Is there any way of controlling the font size within a TEXTAREA? I have
tried a
<FONT size= "1"> statement immediately before the <TEXTAREA> but it does
not seem to have any effect. My page also uses CSS to define a style for
the BODY
element but I presume that would not affect the TEXTAREA! I have also tried
to
add a style for the TEXTAREA element but again to no avail.

Any ideas?

Thanks,
Seamus Conlon
<[email protected]>
 
K

Kris

Seamus Conlon said:
Is there any way of controlling the font size within a TEXTAREA? I have
tried a
<FONT size= "1"> statement immediately before the <TEXTAREA> but it does
not seem to have any effect. My page also uses CSS to define a style for
the BODY
element but I presume that would not affect the TEXTAREA! I have also tried
to
add a style for the TEXTAREA element but again to no avail.

CSS is the answer. Define a style for the TEXTAREA element. If you
already did so and it appeared not working, then you probably did
something wrong. In that case, here is an example:

textarea { font-size: 120%; }
 
J

Janne Raiskila

CSS is the answer. Define a style for the TEXTAREA element. If you
already did so and it appeared not working, then you probably did
something wrong. In that case, here is an example:
textarea { font-size: 120%; }


You can also change the font:

textarea { font-family: Verdana }
 
K

Kris

CSS is the answer. Define a style for the TEXTAREA element. If you
already did so and it appeared not working, then you probably did
something wrong.

Or happened to be using a browser that doesn't support (all) styling
on form controls.[/QUOTE]

That is very, very rare for the font-size property.
 
S

Seamus Conlon

Thanks Kris. When I inserted the correct CSS incantations it worked a
treat.

Seamus
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top