PC Review


Reply
Thread Tools Rate Thread

How can I adjust my form field box height?

 
 
=?Utf-8?B?c2FuZHJvY2tldA==?=
Guest
Posts: n/a
 
      31st Mar 2006
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
 
 
 
 
John Malone
Guest
Posts: n/a
 
      31st Mar 2006
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" <(E-Mail Removed)> wrote in message
news:2BFDBCEA-7C05-4AFF-BFCD-(E-Mail Removed)...
|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
 
=?Utf-8?B?c2FuZHJvY2tldA==?=
Guest
Posts: n/a
 
      31st Mar 2006
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" <(E-Mail Removed)> wrote in message
> news:2BFDBCEA-7C05-4AFF-BFCD-(E-Mail Removed)...
> |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
 
Stefan B Rusynko
Guest
Posts: n/a
 
      31st Mar 2006
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/FrontPa...3/Default.aspx
_____________________________________________


"sandrocket" <(E-Mail Removed)> wrote in message news:E574F66C-7953-41DB-A781-(E-Mail Removed)...
| 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" <(E-Mail Removed)> wrote in message
| > news:2BFDBCEA-7C05-4AFF-BFCD-(E-Mail Removed)...
| > |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
 
Andrew Murray
Guest
Posts: n/a
 
      31st Mar 2006
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" <(E-Mail Removed)> wrote in message
news:E574F66C-7953-41DB-A781-(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
>> news:2BFDBCEA-7C05-4AFF-BFCD-(E-Mail Removed)...
>> |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
 
=?Utf-8?B?c2FuZHJvY2tldA==?=
Guest
Posts: n/a
 
      31st Mar 2006
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" <(E-Mail Removed)> wrote in message
> news:E574F66C-7953-41DB-A781-(E-Mail Removed)...
> > 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" <(E-Mail Removed)> wrote in message
> >> news:2BFDBCEA-7C05-4AFF-BFCD-(E-Mail Removed)...
> >> |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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I autofit row height to adjust to new text on Excel form? kbear34 Microsoft Excel Misc 1 17th Feb 2010 05:32 PM
text box on form - automatically adjust height based on contents Paul Kraemer Microsoft Access Forms 6 10th Jul 2008 12:26 PM
RE: adjust height from vba =?Utf-8?B?RGFu?= Microsoft Access 0 23rd May 2005 11:15 PM
VBA to adjust Row Height Bob Microsoft Excel Misc 1 9th Apr 2004 09:18 AM
Adjust Field's Height in the Table Datasheet View (not the records) =?Utf-8?B?U2hlbGx5?= Microsoft Access 2 25th Mar 2004 07:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:17 PM.