I'm working with a large block of text (several paragraphs) which requires a considerable amount of styling - it contains bolded headlines and subheads, an unordered list, and various other elements which need very particular text styling. I have the entire block styled in Dreamweaver, and I'm hoping there's a way I can insert the entire chunk of text, including formatting, into an element in my Adobe Edge Animate banner.
I have tried going into Stage.compositionReady, and using this code:
sym.$("ISI").html("my styled html here");
This works if I insert a single line with minimal styling, but when I try to insert my entire block of html, it just breaks - nothing shows up in that element when I preview the banner.
Is there any way I can accomplish this?