UBB.Dev
Posted By: Pilgrim What determines textbox size in the .css? - 07/30/2004 9:44 PM
I've noticed that the "textbox" size varies greatly between stylesheets. If I set the number of Columns in my Display Preferences, for example, to 100, the width will be fine with some stylesheets but too wide in others.

1) What causes this variance in width?
2) Is there a way to standardize the size so that it is the same in all stylesheets?

Jeff
Posted By: JoshPet Re: What determines textbox size in the .css? - 07/30/2004 9:55 PM
The fontsize of the stylesheet for the text box will cause this to vary. It's still 100 cols wide, but if you make the font inside bigger, then it'll be wider.

.formboxes{
background-color: #ffffff;
color: #000000;
font-size: 10pt;
}
Posted By: Pilgrim Re: What determines textbox size in the .css? - 07/30/2004 10:51 PM
Thanks! That was easy. Too bad everything isn't that simple, eh? []http://www.the-highway.com/Smileys/giggle.gif[/]
© UBB.Developers