Forum Discussion
- QuickBaseCoachDQrew CaptainCan you post your formula?
But in any event this should work
List("<br>",
[icon 1],
[Icon 2],
[icon 3])
The <br> should break to a new line - CassieHubbleQrew Cadet[Stop Icon Formula]&" "&[Chronic Illness Formula]
I want them in a line, not stacked. Do I need to have more than 2 to make it work? - QuickBaseCoachDQrew CaptainSorry I mis-read your post. You want them in a line.
Can I see the formulas for the two icons? - CassieHubbleQrew CadetThe formula I listed the other day is the one that I'm using. BUT for some reason, it stacks them and won't put them in a line. Any ideas??
[Stop Icon Formula]&" "&[Chronic Illness Formula]
Stop Icon-"<div><img src=\"https://images.quickbase.com/si/24/769-clear_breakp.png\"></div>"
Chronic Icon- "<div><img src=\"https://images.quickbase.com/si/24/038-doc_favor.png\"></div>" - QuickBaseCoachDQrew CaptainIf you get rid of the opening and closing it will fix the problem.
- CassieHubbleQrew CadetCan you clarify?
- QuickBaseCoachDQrew CaptainThe div part of your formulas for the icons are causing the line break.
Try this is your formula box.
var text Stop = "<img src=https://images.quickbase.com/si/24/769-clear_breakp.png>";
var text Chronic Icon = "<img src=https://images.quickbase.com/si/24/038-doc_favor.png>"<br><br>List (" ", $Stop, $Chronic)<br>
alternatively, you can just changes you formula to read like this"<img src=<a target="_blank" rel="nofollow" href="https://images.quickbase.com/si/24/769-clear_breakp.png%3E%22" title="Link https//imagesquickbasecom/si/24/769-clear_breakppngbr">https://images.quickbase.com/si/24/769-clear_breakp.png>"</a><br><br>