How to Display Two Image Elements Side by Side in a Table Field

I’m trying to display two image elements side by side within a table field in Knack. Currently, they appear stacked instead.

Here’s the code within my field (field_419):


I’ve tried using display: inline-block; and flexbox in CSS, but it hasn’t worked.

How can I get these images to appear side by side within the table field? Any advice or alternative approaches would be greatly appreciated!

I assume this is a connector field. Change the connection separator to comma instead of newline.

There is another recent thread on this forum that provides some code to hide the commas…

This is that other thread. How to eliminate comas between images

You’re a star thank you Leigh!