Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
<div align=\"center\">"
&
List("<br>",
[a formula text field],
[formula rich text showing an icon],
ToText([formula numeric field]))
&
List("<br>",
[a formula text field],
[formula rich text showing an icon],
ToText([formula numeric field]))
AdamKeever1
6 years agoQrew Commander
I modified this slightly to achieve the following result:
Now I am trying to line several of these up in an additional formula rich text field with this formula:
List(" ",
[Overall_combo] , [Back_combo] , [Neck_combo] , [L Shoulder_combo] , [R Shoulder_combo] , [L Elbow_combo] , [R Elbow_combo] , [L Wrist_combo] , [R Wrist_combo])
For some reason, they are displayed stacked one on top of the other like a totem pole:
Any idea how I can get these to display in line horizontally?
Now I am trying to line several of these up in an additional formula rich text field with this formula:
List(" ",
[Overall_combo] , [Back_combo] , [Neck_combo] , [L Shoulder_combo] , [R Shoulder_combo] , [L Elbow_combo] , [R Elbow_combo] , [L Wrist_combo] , [R Wrist_combo])
For some reason, they are displayed stacked one on top of the other like a totem pole:
Any idea how I can get these to display in line horizontally?