PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
How can I adjust my form field box height?
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
How can I adjust my form field box height?
![]() |
How can I adjust my form field box height? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a form with default fields and I want to resize the height of my field
boxes but I dont see any way to resize the box height? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
A text box is one line..
If you need more than that try using a "text area" Then change the height by changing the number of rows. John Malone ================== "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message news:2BFDBCEA-7C05-4AFF-BFCD-038E3167D5ED@microsoft.com... |I have a form with default fields and I want to resize the height of my field | boxes but I dont see any way to resize the box height? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hello John, Actually I am referring to the pixel height of a single text box
field. Say the pixel height is 25 and I want to change it. How do I reduce it to 12 pixels so it fits the font size? "John Malone" wrote: > A text box is one line.. > If you need more than that try using a "text area" > Then change the height by changing the number of rows. > > John Malone > ================== > "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message > news:2BFDBCEA-7C05-4AFF-BFCD-038E3167D5ED@microsoft.com... > |I have a form with default fields and I want to resize the height of my > field > | boxes but I dont see any way to resize the box height? > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Marginally possible w/ CSS as
input { height: 12px; } But your form fonts usually will not scale and will not be readable -- _____________________________________________ SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] "Warning - Using the F1 Key will not break anything!" (-; To find the best Newsgroup for FrontPage support see: http://www.frontpagemvps.com/FrontP...53/Default.aspx _____________________________________________ "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message news:E574F66C-7953-41DB-A781-F9C2E6720D1F@microsoft.com... | Hello John, Actually I am referring to the pixel height of a single text box | field. Say the pixel height is 25 and I want to change it. How do I reduce | it to 12 pixels so it fits the font size? | | "John Malone" wrote: | | > A text box is one line.. | > If you need more than that try using a "text area" | > Then change the height by changing the number of rows. | > | > John Malone | > ================== | > "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message | > news:2BFDBCEA-7C05-4AFF-BFCD-038E3167D5ED@microsoft.com... | > |I have a form with default fields and I want to resize the height of my | > field | > | boxes but I dont see any way to resize the box height? | > | > | > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
you can do that with styles, such as
<input type="text" style="height:25; width=50px"> If you right click the field and go to "Style" then "Format" and "Position..." then you can change such things as the height. "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message news:E574F66C-7953-41DB-A781-F9C2E6720D1F@microsoft.com... > Hello John, Actually I am referring to the pixel height of a single text > box > field. Say the pixel height is 25 and I want to change it. How do I > reduce > it to 12 pixels so it fits the font size? > > "John Malone" wrote: > >> A text box is one line.. >> If you need more than that try using a "text area" >> Then change the height by changing the number of rows. >> >> John Malone >> ================== >> "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message >> news:2BFDBCEA-7C05-4AFF-BFCD-038E3167D5ED@microsoft.com... >> |I have a form with default fields and I want to resize the height of my >> field >> | boxes but I dont see any way to resize the box height? >> >> >> |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Andy, this was exactly what I was looking for. Thank you! - Paul
"Andrew Murray" wrote: > you can do that with styles, such as > > <input type="text" style="height:25; width=50px"> > > If you right click the field and go to "Style" then "Format" and > "Position..." then you can change such things as the height. > > "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message > news:E574F66C-7953-41DB-A781-F9C2E6720D1F@microsoft.com... > > Hello John, Actually I am referring to the pixel height of a single text > > box > > field. Say the pixel height is 25 and I want to change it. How do I > > reduce > > it to 12 pixels so it fits the font size? > > > > "John Malone" wrote: > > > >> A text box is one line.. > >> If you need more than that try using a "text area" > >> Then change the height by changing the number of rows. > >> > >> John Malone > >> ================== > >> "sandrocket" <sandrocket@discussions.microsoft.com> wrote in message > >> news:2BFDBCEA-7C05-4AFF-BFCD-038E3167D5ED@microsoft.com... > >> |I have a form with default fields and I want to resize the height of my > >> field > >> | boxes but I dont see any way to resize the box height? > >> > >> > >> > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

