TomGause
4 years agoQrew Member
How to Center a Column?
Can anyone kindly tell me how I might be able to center the image in this column?
The Project Condition field is a Formula-Rich Text field with the following formula:
If([Status]="Not Started" and Today()<=[Est Start Date],"<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">",
If([Status]="Not Started" and Today()>[Est Start Date], "<img src=\"https://images.quickbase.com/si/16/221-point_red.png\" title=\"Delayed Start\">",
If([Status]="In Progress", "<img src=\"https://images.quickbase.com/si/16/222-point_green.png\" title=\"In Progress\">",
If([Status]="Issue", "<img src=\"https://images.quickbase.com/si/16/223-point_yellow.png\" title=\"Issue\">",
If([Status]="Completed", "<img src=\"https://images.quickbase.com/si/16/211-check_all.png\" title=\"Complete\">",
If([Status]="On Hold" or [Status]="Canceled","<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">",
"<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">"
))))))
Thank you for your assistance!
------------------------------
Thomas Gause
------------------------------
The Project Condition field is a Formula-Rich Text field with the following formula:
If([Status]="Not Started" and Today()<=[Est Start Date],"<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">",
If([Status]="Not Started" and Today()>[Est Start Date], "<img src=\"https://images.quickbase.com/si/16/221-point_red.png\" title=\"Delayed Start\">",
If([Status]="In Progress", "<img src=\"https://images.quickbase.com/si/16/222-point_green.png\" title=\"In Progress\">",
If([Status]="Issue", "<img src=\"https://images.quickbase.com/si/16/223-point_yellow.png\" title=\"Issue\">",
If([Status]="Completed", "<img src=\"https://images.quickbase.com/si/16/211-check_all.png\" title=\"Complete\">",
If([Status]="On Hold" or [Status]="Canceled","<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">",
"<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">"
))))))
Thank you for your assistance!
------------------------------
Thomas Gause
------------------------------