473,396 Members | 2,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Limiting "Form Sprawl" - HOW TO ?

Hello,

Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".

Thanks

-- Adam --

Jul 20 '05 #1
7 1836
On Sun, 25 Jul 2004 10:38:09 -0700, Adam Smith <ad*******@econ.com> wrote:
Hello,

Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".

Thanks

-- Adam --

Why not set font-size to 100% throughout?
Jul 20 '05 #2
On Sun, 25 Jul 2004 14:20:17 -0400, Neal <ne*****@yahoo.com> wrote:
On Sun, 25 Jul 2004 10:38:09 -0700, Adam Smith <ad*******@econ.com>
wrote:
Hello,

Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".

Thanks

-- Adam --

Why not set font-size to 100% throughout?

I misread, this therefore makes little sense.

Why do you need table data cells smaller than what goes into them - why
not enlarge the table cell?

13px is awfully small to some users and cannot be easily resized in IE.
I'm not sure how this works exactly in forms, frankly, but come on, if
you've read in ciwa* newsgroups before you should know better than to size
screen fonts in px.
Jul 20 '05 #3
On Sun, 25 Jul 2004 10:38:09 -0700, Adam Smith <ad*******@econ.com> wrote:
Hello,

Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".


Perhaps more-specific advice could be provided if you listed a location
with your current efforts.

In general, though, is not a great idea to use px or pt when setting
sizes, except perhaps for borders. This statement has nothing to do with
your question, though. A URL and more detail could help.

--
Accessible web designs go easily unnoticed;
the others are remembered and avoided forever.
Jul 20 '05 #4
Adam Smith wrote:
Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".

What exactly is "form sprawl" to you? I can guess but it may not be the
same idea as yours. A sample URL would be nice especially if it sprawled.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 20 '05 #5
Adam Smith <ad*******@econ.com> wrote:
Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".


You can set the text-size in a <form> with CSS. Example:

<style type="text/css">
<!--
input
{ font-size:13px;border:1px; }
-->
</style>

<form action="void">
<input name="test" type="text" size="30" maxlength="30">
</form>

HTH, Fabian

--
Fabian Kurz, DJ1YFK * http://fkurz.net/
Jul 20 '05 #6
On Sun, 25 Jul 2004, Fabian Kurz wrote:
You can set the text-size in a <form> with CSS. Example:
Well, you can *propose* it. Whether the client agent will action it
is another matter.
input
{ font-size:13px;border:1px; }
Hmmm. Thus increasing the probability that the reader will have to
intervene, AFAICS.
HTH,


Well, it shows you can read the spec no better than the rest, but I'm
not impressed about the usability of the advice based on it. I'd
recommend switching to "receive" for a while... and keeping in mind
that presentation details are really more a matter for the
corresponding stylesheets usenet group.

have fun
Jul 20 '05 #7
Adam Smith wrote:
Hello,

Designing a form, with field layout in a table to maintain consistency
in appearance. Table field heights set to 13 pxs. Textfield default
height is 24 pxs. how can I reduce it so as to prevent "Form Sprawl".


Use em. What happens when you try ctrl-mousewheelscroll?

--
Rienier
Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Davis | last post by:
I want to know what's the differences between Request.Form("Field Name") and Request.QueryString("Field Name") OR they function exactly the same, which is to return the value of the field?? ...
3
by: Hodad | last post by:
I would like to adapt, as much as possible, the appearance and color red of the font in this button: <P><CENTER><BUTTON VALUE="SUBMIT"><A...
3
by: Pavils Jurjans | last post by:
Hello, I have bumped upon this problem: I do some client-side form processing with JavaScript, and for this I loop over all the forms in the document. In order to identify them, I read their...
11
by: Pete Wilson | last post by:
Hi folks -- The page at http://www.pwilson.net/submit-demo.html will not validate. The validator at http://validator.w3.org tells me I can't have an input inside a form. Would some kind...
9
by: Dan | last post by:
I am trying to use Request.Form("__EVENTTARGET") to get the name of the control that caused a post back. It keeps returning "". I am not really sure why, this happens for all of my controls...
1
by: kbarrios | last post by:
Hi, I am working with VBScript and I put a "window.open" inside a "form action post" due that I am handing a "checkbox" on it, but the "window.open" doesn't work: <FORM...
6
by: KiwiGenie | last post by:
Hi..I am trying to make a search form. I am fairly new to access and could well be looking at it completely wrong. I have an unbound form with textboxes in the header for entering different search...
38
by: Sanders Kaufman | last post by:
I'm converting my table-based layouts to css-positioned divs - but the ONLY reason I'm doing it is because it's *considered* a best practice. I don't really see where anything goes hinky when...
3
by: eBob.com | last post by:
How does a "sub-form", i.e. one invoked by another form, determine anything about the form which brought it into existence, i.e., I suppose, instantiated it? I wanted to so something like this ......
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.