Hey guys,
I would like to know if it was possible, in Bubble, to put a HTML element at the bottom of the tag.
That was the question…
Thanks for your fast answer!
BOITE
Hey guys,
I would like to know if it was possible, in Bubble, to put a HTML element at the bottom of the tag.
That was the question…
Thanks for your fast answer!
BOITE
You can use Javascript to append to the “body tag”
eg
$(“body”).append(“text”);
Add this in a HTML element on the Bubble editor…
(Make sure to include it within the script tags)
This topic was automatically closed after 70 days. New replies are no longer allowed.