From a database, on a dynamic page, how do I get the URL to show up embedded in a link instead of the whole web address showing?

I’m looking to have the link embedded in text from the database on a dynamic page, instead of the whole website address showing. I may need a novice walk through, I am a coding ultra beginner!

Thank you!

Hi,
Do you mean you want to connect a link to a text?
You can use the html attribute for the text element and set a link, check out the documentation here .