![]() |
|
|
|||||||
![]() |
HTML - Re: Change size of text within <input> |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
wrong syntax
<TAG style="font family: courier; size 12pt; color: #000000;"> or <TAG style="font: 12pt courier; color: #000000;"> Later, Keeper "DanN" <"Dan: "> wrote in message news:... > On Wed, 31 Mar 2004 12:35:53 +0100, "Si" <> wrote... > | How do I change the size of text within an <input> tag in HTML? > | > | I tried putting style="font-family: Courier; font-size: 12px" into the > | <form> tag but it had no effect. > > Try using a relative font size, rather than a fixed size. Something > like this should work... > > <head> > <title></title> > <style type="text/css"> > <!-- > input { font-family: courier; font-size: x-small;} > --> > </style> > </head> > > > > > > (don't live at a com or net - address listed is altered) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.669 / Virus Database: 431 - Release Date: 4/26/04 Keeper |
|
|
|
|
#2 |
|
Posts: n/a
|
"Keeper" <> wrote in message news:372dnZPMNLn7JxPdRVn-... > wrong syntax > > <TAG style="font family: courier; size 12pt; color: #000000;"> > > or > > <TAG style="font: 12pt courier; color: #000000;"> > > Later, > Keeper A. Top-posting Q. Name one reason why "Keeper" is a dumbass. -Karl |
|
|
|
#3 |
|
Posts: n/a
|
Keeper wrote:
> wrong syntax > <TAG style="font family: courier; size 12pt; color: #000000;"> Yes. That is very wrong syntax. -- Toby A Inkster BSc (Hons) ARCS Contact Me - http://www.goddamn.co.uk/tobyink/?page=132 |
|
|
|
#4 |
|
Posts: n/a
|
"Toby A Inkster" <> wrote in message news > Keeper wrote: > > > wrong syntax > > <TAG style="font family: courier; size 12pt; color: #000000;"> > > Yes. That is very wrong syntax. > rofl -Karl |
|