Adding a Base formula with an image and text

Hi. I need help with a Bases formula that has both an image and a string.

What I’m trying to do

Adding an icon of a country flag and the name of the country,for example

:pirate_flag: Pirateland

(i used a pirate flag since windows 10 can’t render country flags)

Things I have tried

I had this code: image("flag-"+origin+".png") + " " + origin It just displays something like: “![[flag-Pirateland]] Pirateland”

Using image("flag-"+origin+".png") works fine and displays the correct flag.

Try [image("flag-"+origin+".png"), origin]

2 Likes

Relying on the html() function could potentially be another option, I think :blush:
(I wouldn’t know precisely how though :sweat_smile: )

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.