How can I stop a field moving down when another field auto grows?
All fields can autogrow/shrink
Layout
Field1 Field2
Field3
xxx = Field Value
..... = Space holders since the site deletes the spaces
This is what I get:
xxxxx...................xxxxxxxxxxx
...........................xxxxxxxxxxxx
xxxxxxx
This is what I want:
xxxxx..................xxxxxxxxxxx
xxxxxxx...............xxxxxxxxxxxx
Thanks