Thanks!
Rowby
Main Topics
Browse All TopicsHello Experts.
I need to make the font size smaller in forms on the following TEST page.
http://www.laxautopark.com
I understand it can be done with style sheets, but I don't now how to make them -- at least I don't have the time to figure it out.
If you need to make a test reservation in order to make the style sheet, go ahead and just include the word TEST in your first name.
So can someone make the stye sheet for me. It needs to be compatible (if possible) in recent versions of Netscape and Explorer.
Thanks
Rowby Goren
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
wow man, lots'o white space in that source code...
ok, we can get as SIMPLE as something like this...
<style>
input, select {font-size: 90%}
</style>
just put that in the <head> of your document and let me know what you think.....obviously, we can go a lot more complicated from here, but that is the easiest way to just reduce the size of the form elements...
BRUNO
just so you can compare...
this is gonna look pretty similar to what you currently have...
<style>
input, select {font-size: 14px;}
</style>
so even changing that to a smaller value will make it smaller
<style>
input, select {font-size: 12px;}
</style>
I used percentages in my example above, which allows the user to maintain a bit on control over the way it renders as well, it is easier to the user to adjust the text size if you use percentages. With that said, MOST developers use pixels. :-)
BRUNO
Always happy to be of help, Rowby!
Like I mentioned before, that's a really simple stylesheet, if you ever need to expand to something more complicated, you know where to hunt down the answer. :-)
Heading to San Diego this Thurs morning, looking forward to cruising around the coast in my Fox rent-a-car... :-)
BRUNO
Business Accounts
Answer for Membership
by: brunobearPosted on 2002-07-29 at 11:56:06ID: 7186152
Hey again Rowby.
the font size actually looks pretty good to me, but i'll play around and see what I can come up with for you.
BRUNO