Captivate’s scrolling text widget only allows you to specify a single appearance for all the text displayed by the widget. All the text is one font, color, size, etc. I’ve always needed to use the scrolling text box because I put it on any slide that has narration and use it as a transcript. Since all the text is the same, there isn’t a way to bold specific words or add a bulleted list. One day it occurred to me that I actually did have another option as long as I didn’t mind a little extra work.
I realized that I could setup and style the transcript’s text using HTML and CSS in Dreamweaver and then paste the code into the Web widget. The code does have to be minified so it’s a single line, but now I have the full ability to change the formatting for any text I desire. It is a bit more work than just loading up the default scrolling text widget, but being able to bold and/or italicize specific words and create actual bulleted lists is worth it to me.
I haven’t had a need to use images in a scrolling text box but it could work if you’re willing to go a bit further with the Dreamweaver coding I’ve laid out in the video. If you add an image to Captivate you would have to have it appear somewhere on a slide in order for Captivate to add it into the published project so it could be referenced from your Dreamweaver code. If it’s only going to appear in the text box then you would have to open the published project and then add the image. This means that previewing the project wouldn’t contain the image so you would only be certain it was setup correctly after publishing. If you’re willing to put the time in then you should be able to do it, but otherwise it may be more trouble than it’s worth.
Thanks for the response! I think I’m going to use the web object. That scrolls the web page in the slide so it will include the images. The only problem is that the preview isn’t working. That seems to be a common problem, so I’m going to call Adobe. Thanks again! Elissa
very useful.