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!