Hello again,
Crystal from vs 2005.net and asp.net front end.
I have a report which mixes text objects and numeric fields on the same line.
So part of it will show something like "some text data field 3 x 4 = 12"
The 3, 4 and 12 rew numeric fields and the "some text data field" is a text field. The x and = are text objects.
The vertical alignment of the numbers and textual fields differs in the html page rendered from asp.net.
So the numbers are low down on the line and the text high up.
It looks OK in the preview viewer but all over the show as html.
The fields are top aligned and exactly the same height.
I tried making them all a very small height and setting "can grow".
Still not right.
I'm thinking of maybe changiong the numeric fields to text in my sql but that'd be a PITA.
Is there any better work-round anyone has?
vertical-alighnment with CSS is problematic.
I suppose I could relatively position the numeric fields all a bit higher or something....