function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steve DSteve D 

Aligning image fields

Scenario: You want a dashboard style Red/Amber/Green Icon to appear on your tab list view. You create the formula field which outputs the correct image file, but by default it aligns the image left.
 
What happens if you want to change the image to be aligned to the right or middle of the field when displayed? IMAGE() doesn't seem to take an align input.
 
Does anybody have any solutions? It's a minnor niggle - but would be nice to sort. I considered padding the images with transparent space to the left to make them more central but this seems a bit of a messy solution.
 
All help appreciated!