Forum Discussion
BrentMiller-1e7
6 months agoCommunity Member
Formatting Slide Text From JavaScript
Hello!
In Storyline 360, we've created an inventory of items for users to select from. We're trying to output a dynamic list of items and description pairs from the selected items on a subsequen...
Nedim
6 months agoCommunity Member
One of Storyline 360’s limitations is that it strips or escapes HTML tags when inserting content into text boxes via variables. As a workaround, you might consider storing headings and descriptions separately in JavaScript arrays, then passing them to two different Storyline variables (e.g., one for titles, one for descriptions). You can style the text boxes differently within Storyline to simulate heading/paragraph formatting. Just a thought. I’m not sure exactly how your setup looks, but this could be an option worth exploring.