Forum Discussion
- QuickBaseCoachDQrew CaptainThe old Allow HTML is now simply a Rich Text field. All Rich Text fields allow HTML.
- StephanieBurdetQrew TraineeThank you! The Field I have is Formula-Rich Text, please let me know what I am missing to turn it into an image, because only the text is showing in the Field (Form & Report):
If([Number]=7,"<img=\"https://images.quickbase.com/si/16/221-point_red.png")
- QuickBaseCoachDQrew CaptainTry this
If([Number]=7,
"<img src=https://images.quickbase.com/si/16/221-point_red.png>")- QuickBaseCoachDQrew Captainthis is a space between img src
"<img src = .....
- StephanieBurdetQrew TraineeHoly Crow it WORKED!!! Thank you so much!!! I tried that one before, too; but, I did not have a space between img and src. Totally Awesome; thanks so much, again!!!