PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage How can I adjust my form field box height?

Reply

How can I adjust my form field box height?

 
Thread Tools Rate Thread
Old 31-03-2006, 03:08 AM   #1
=?Utf-8?B?c2FuZHJvY2tldA==?=
Guest
 
Posts: n/a
Default How can I adjust my form field box height?


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?
  Reply With Quote
Old 31-03-2006, 03:36 AM   #2
John Malone
Guest
 
Posts: n/a
Default Re: How can I adjust my form field box height?

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?


  Reply With Quote
Old 31-03-2006, 04:08 AM   #3
=?Utf-8?B?c2FuZHJvY2tldA==?=
Guest
 
Posts: n/a
Default Re: How can I adjust my form field box height?

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?
>
>
>

  Reply With Quote
Old 31-03-2006, 09:58 AM   #4
Stefan B Rusynko
Guest
 
Posts: n/a
Default Re: How can I adjust my form field box height?

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?
| >
| >
| >


  Reply With Quote
Old 31-03-2006, 10:04 AM   #5
Andrew Murray
Guest
 
Posts: n/a
Default Re: How can I adjust my form field box height?

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?
>>
>>
>>



  Reply With Quote
Old 31-03-2006, 03:57 PM   #6
=?Utf-8?B?c2FuZHJvY2tldA==?=
Guest
 
Posts: n/a
Default Re: How can I adjust my form field box height?

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?
> >>
> >>
> >>

>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off