Labels Shortened In Web View

Hi Folks - just trying out the Web Client for the first time, and using a form that looks great in the Smart Client. In IE the labels are truncated and it looks like the font in the web page is larger than that in the form itself.

The fonts I’m using are all default, as are the point sizes and positioning.

Is there some setting I can use to have the web page text look the same as the original form?

Pretty basic question I know but feedback would be welcome.

Cheers

Use a style sheet to format your elements instead of using element properties. Servoy converts style sheet information to web CSS better than element properties.

david:
Use a style sheet to format your elements instead of using element properties. Servoy converts style sheet information to web CSS better than element properties.

Thanks David - I’ll give that a try.

Hi David,

Use a style sheet to format your elements instead of using element properties. Servoy converts style sheet information to web CSS better than element properties.

Got any examples?

Paul