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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top