Sizing fields

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Is there a way to "make same size" fields on a webform, like with windows
forms?

Thanks

Regards
 
I would suggest using CSS. Web forms ultimately are displayed in HTML in a
browser, and CSS controls the rendering of HTML elements. I don't think
there is an automated way to do this, but if you make a CSS class with a
width, then you can set all elements to use that class, and they will be the
same size.

Best regards,
Jeffrey Palermo
 
Back
Top