Closed Thread Icon

Preserved Topic: changing size of input boxes in forms... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18288" title="Pages that link to Preserved Topic: changing size of input boxes in forms... (Page 1 of 1)" rel="nofollow" >Preserved Topic: changing size of input boxes in forms... <span class="small">(Page 1 of 1)</span>\

 
arlechinu
Bipolar (III) Inmate

From: dunno, really dunno anymore...
Insane since: May 2001

posted posted 02-22-2002 10:54

how could i change the size of those input boxes used in forms?
i really want to make them smaller... as in, can i define width and height?


The worst vice is advice...

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 02-22-2002 11:38

you can change the design via css (IE only)

the size?
well with textareas you cdan define rows and columns and with text-inputs you can define the size.

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 02-22-2002 18:46

Setting the font size using css work as well..... I think. Well, it should as long as you don't set a height value.

arlechinu
Bipolar (III) Inmate

From: dunno, really dunno anymore...
Insane since: May 2001

posted posted 02-22-2002 20:52

<newbie mode>
ok, but what is the exact code?
</newbie mode>

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 02-22-2002 21:20

Here's an example:

<INPUT TYPE="text" NAME="name" SIZE="20" STYLE="border:#000000 1px solid;background:#c0c0c0;font-size:9px;text-align:center;width:150px;height:25px;padding-top:5px;">


arlechinu
Bipolar (III) Inmate

From: dunno, really dunno anymore...
Insane since: May 2001

posted posted 02-22-2002 21:37

ok, got it...
thanx...

does it work in IE only?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 02-22-2002 22:59

Most of those things work in Mozilla/NN6, too...


« BackwardsOnwards »

Show Forum Drop Down Menu